mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(main) add to exports checkCallBackParams
This commit is contained in:
parent
e0c2ce2042
commit
ebefbc7324
2 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ getJSONfromFileTable.
|
|||
|
||||
* fix(dom) rm array param from jsload
|
||||
|
||||
* feature(main) add to exports checkCallBackParams
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue