add comment

This commit is contained in:
rolux 2012-05-28 15:53:38 +02:00
parent a80534a1bd
commit 2b592a8f2d

View file

@ -404,6 +404,7 @@ Ox.setPropertyOnce <f> 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) {