Fix typo.
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
Reference in New Issue
Block a user