Commit bb5a570c authored by yanzg's avatar yanzg

Node.JS更新

parent 69fe4c3d
window.NW = window.NW || {} window.NW = window.NW || {}
window.OS = window.OS || {} window.OS = window.OS || {}
var Base = { var Base = {
getHardTop: function () { getHardTop: function () {
...@@ -222,10 +222,9 @@ Base.isWeb = !(NW && NW.windowInit); ...@@ -222,10 +222,9 @@ Base.isWeb = !(NW && NW.windowInit);
} }
window.Scan = Scan window.Scan = Scan
})(); })()
window.onerror = function(msg){
window.onerror = function(){
alert("错误:" + JSON.stringify(arguments)); 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