mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
refactor: circular deps part 15
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
// module.exports.EasySAXParser = EasySAXParser;
|
||||
// };
|
||||
|
||||
export function EasySAXParser() {
|
||||
function EasySAXParser() {
|
||||
'use strict';
|
||||
|
||||
if (!this) return null;
|
||||
@ -780,3 +780,5 @@ EasySAXParser.prototype.parse = function(xml) {
|
||||
j += 1;
|
||||
};
|
||||
};
|
||||
|
||||
export { EasySAXParser };
|
Reference in New Issue
Block a user