mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Fix typo.
This commit is contained in:
parent
ff63b4f89c
commit
f5d3b51f6e
@ -55,7 +55,7 @@ core.Utils.createDocument = function () {
|
|||||||
} else if (window.document.implementation && window.document.implementation.createDocument) {
|
} else if (window.document.implementation && window.document.implementation.createDocument) {
|
||||||
doc = window.document.implementation.createDocument("", "", null);
|
doc = window.document.implementation.createDocument("", "", null);
|
||||||
}
|
}
|
||||||
$asser(doc, "Parser could not be instantiated");
|
$assert(doc, "Parser could not be instantiated");
|
||||||
|
|
||||||
return doc;
|
return doc;
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user