Skip to content

Commit

Permalink
Merge pull request DesertsP#6 from aisk/master
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjcw committed Oct 8, 2015
2 parents 51cee43 + 45d8853 commit fe1996d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"node": true
}
2 changes: 0 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ var MASTER_KEY = process.env.LC_APP_MASTER_KEY;
AV.initialize(APP_ID, APP_KEY, MASTER_KEY);
// 如果不希望使用 masterKey 权限,可以将下面一行删除
AV.Cloud.useMasterKey();
// TODO 说明文档更新
AV.Promise._isPromisesAPlusCompliant = false

var app = require('./app');

Expand Down

0 comments on commit fe1996d

Please sign in to comment.