This commit is contained in:
rlx 2014-09-23 23:53:41 +02:00
parent f476bd47af
commit 728d6b1b7e

View file

@ -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) {