From 2b592a8f2da09ba6eeacf1bd4b9127fa5dbb9c39 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 28 May 2012 15:53:38 +0200 Subject: [PATCH] add comment --- source/Ox/js/Collection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox/js/Collection.js b/source/Ox/js/Collection.js index fc823983..ef8c6096 100644 --- a/source/Ox/js/Collection.js +++ b/source/Ox/js/Collection.js @@ -404,6 +404,7 @@ Ox.setPropertyOnce Sets a property once 0 @*/ // fixme: strange name, and shouldn't it return the full array? +// fixme: unused, there is OptionGroup (which should be part of Ox.js) Ox.setPropertyOnce = function(arr, str) { var pos = -1; Ox.forEach(arr, function(v, i) {