fix: view engine - fix some corner cases
This commit is contained in:
@ -19,7 +19,8 @@ import {DomSharedStylesHost} from './shared_styles_host';
|
||||
export const NAMESPACE_URIS: {[ns: string]: string} = {
|
||||
'xlink': 'http://www.w3.org/1999/xlink',
|
||||
'svg': 'http://www.w3.org/2000/svg',
|
||||
'xhtml': 'http://www.w3.org/1999/xhtml'
|
||||
'xhtml': 'http://www.w3.org/1999/xhtml',
|
||||
'xml': 'http://www.w3.org/XML/1998/namespace'
|
||||
};
|
||||
const TEMPLATE_COMMENT_TEXT = 'template bindings={}';
|
||||
const TEMPLATE_BINDINGS_EXP = /^template bindings=(.*)$/;
|
||||
|
Reference in New Issue
Block a user