update doc ,ready to push to npm

This commit is contained in:
加里
2014-08-13 17:30:16 +08:00
parent 655e15cd04
commit 9069aca226
7 changed files with 85 additions and 70 deletions

View File

@@ -41,11 +41,12 @@ function asyncTaskMgr(){
while(tmpCb = task.callbackList.shift()){
tmpCb && tmpCb.apply(null,task.result);
}
}
});
}
}
};
module.exports = asyncTaskMgr;