Commit bb5a570c authored by yanzg's avatar yanzg

Node.JS更新

parent 69fe4c3d
window.NW = window.NW || {}
window.NW = window.NW || {}
window.OS = window.OS || {}
var Base = {
getHardTop: function () {
......@@ -222,10 +222,9 @@ Base.isWeb = !(NW && NW.windowInit);
}
window.Scan = Scan
})();
})()
window.onerror = function(){
window.onerror = function(msg){
alert("错误:" + JSON.stringify(arguments));
};
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment