...
|
...
|
@@ -1833,9 +1833,11 @@ define("cordova/yohoInterface", function(require, exports, module) { |
|
|
} else if (ability === "Native_FS") {
|
|
|
native_fs_callbackWithInfo(info["result"], onSuccess);
|
|
|
} else {
|
|
|
if (onSuccess !== null) {
|
|
|
onSuccess();
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
exec(onEventCallBack, onFail, "YOHOWebViewInterface", "eventTriggered", [ options ]);
|
|
|
}
|
...
|
...
|
@@ -1845,10 +1847,8 @@ define("cordova/yohoInterface", function(require, exports, module) { |
|
|
});
|
|
|
|
|
|
window.yohoInterface = require('cordova/yohoInterface');
|
|
|
// End: Added by xugaoqiang
|
|
|
|
|
|
window.cordova = require('cordova');
|
|
|
// file: src/scripts/bootstrap.js
|
|
|
|
|
|
require('cordova/init');
|
|
|
|
...
|
...
|
|