From 728d6b1b7ea25d8255d2d062fe86b1a1f7bbbdec Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 23 Sep 2014 23:53:41 +0200 Subject: [PATCH] fix docs --- source/Ox/js/Function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Function.js b/source/Ox/js/Function.js index aa49b013..5d2a41d1 100644 --- a/source/Ox/js/Function.js +++ b/source/Ox/js/Function.js @@ -115,7 +115,7 @@ Ox.noop = function() { /*@ Ox.once Runs a function once, and then never again - (fn[, ms]) -> Function that will run only once + (fn) -> Function that will run only once fn Function to run once @*/ Ox.once = function(fn) {