add comment
This commit is contained in:
parent
a80534a1bd
commit
2b592a8f2d
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue