mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(util) bind: add comment
This commit is contained in:
parent
a89ce1eb9f
commit
4de7b4b0f8
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@
|
|||
}
|
||||
},
|
||||
|
||||
/*
|
||||
* bind function to arguments without context
|
||||
*/
|
||||
|
||||
this.bind = function(callback) {
|
||||
var result,
|
||||
args = Util.slice(arguments, 1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue