presentation, fullscreen toggle; user state; animation loading;

This commit is contained in:
life
2015-03-06 22:13:27 +08:00
parent fe29869cc8
commit a836aa5a1f
24 changed files with 904 additions and 96 deletions

4
node_modules/common.js generated vendored
View File

@@ -6,14 +6,16 @@ var ObjectId = require('objectid');
// var gui = require('nw.gui');
// console.log(gui.App);
/*
// 开发版
/*
process.on('uncaughtException', function (err) {
// 打印出错误
console.log('~!!~ uncaughtException ~!!~');
console.log(err);
// 打印出错误的调用栈方便调试
console.log(err.stack);
// Web = require('web');
// Web.debug('错误!!');
});
*/