tuxiang ie 兼容性ok

This commit is contained in:
life
2015-02-02 18:13:55 +08:00
parent aa076aaa2d
commit 4f5dabe839

5
node_modules/common.js generated vendored
View File

@@ -5,7 +5,9 @@ var ObjectId = require('objectid');
// var gui = require('nw.gui');
// console.log(gui.App);
//
/*
// 开发版
process.on('uncaughtException', function (err) {
// 打印出错误
console.log('~!!~ uncaughtException ~!!~');
@@ -13,6 +15,7 @@ process.on('uncaughtException', function (err) {
// 打印出错误的调用栈方便调试
console.log(err.stack);
});
*/
function log(o) {console.log(o)}
// log("<>>>>>>>>>>>>>>>>>>>>");