4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-16 08:21:04 +08:00
2016-02-24 09:50:07 -08:00

4 lines
198 B
JavaScript

this.addScript('dom.js',['DOMImplementation','XMLSerializer']);
this.addScript('dom-parser.js',['DOMHandler','DOMParser'],
['DOMImplementation','XMLReader']);
this.addScript('sax.js','XMLReader');