feature(main) add to exports checkCallBackParams

This commit is contained in:
coderaiser 2013-07-18 14:44:45 +00:00
parent e0c2ce2042
commit ebefbc7324
2 changed files with 2 additions and 0 deletions

View file

@ -122,6 +122,7 @@ getJSONfromFileTable.
* fix(dom) rm array param from jsload
* feature(main) add to exports checkCallBackParams
2012.04.22, v0.2.0

View file

@ -69,6 +69,7 @@
exports.readFiles = readFiles,
exports.checkParams = checkParams,
exports.checkCallBackParams = checkCallBackParams,
/* compitability with old versions of node */
exports.fs.exists = exports.fs.exists || exports.path.exists,