login, readme

This commit is contained in:
life
2015-03-09 15:36:04 +08:00
parent 67f35279ff
commit 67dfd94730
3219 changed files with 109 additions and 551145 deletions

4
node_modules/evt.js generated vendored
View File

@@ -13,7 +13,7 @@ if(!fs.existsSync(dataBasePath)) {
fs.mkdirSync(dataBasePath);
}
*/
dataBasePath = '';
// dataBasePath = '';
var Evt = {
leanoteUrl: 'http://leanote.com',
@@ -44,7 +44,7 @@ var Evt = {
setDataBasePath: function(dataBasePath) {
var me = this;
// console.log('...........')
// console.log(dataBasePath);
console.error(dataBasePath);
me.dataBasePath = dataBasePath;
}
};