fix docs
This commit is contained in:
parent
f476bd47af
commit
728d6b1b7e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ Ox.noop = function() {
|
|||
|
||||
/*@
|
||||
Ox.once <f> Runs a function once, and then never again
|
||||
(fn[, ms]) -> <f> Function that will run only once
|
||||
(fn) -> <f> Function that will run only once
|
||||
fn <f> Function to run once
|
||||
@*/
|
||||
Ox.once = function(fn) {
|
||||
|
|
Loading…
Reference in a new issue