forked from 0x2620/oxjs
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
|
0
|
||||||
@*/
|
@*/
|
||||||
// fixme: strange name, and shouldn't it return the full array?
|
// 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) {
|
Ox.setPropertyOnce = function(arr, str) {
|
||||||
var pos = -1;
|
var pos = -1;
|
||||||
Ox.forEach(arr, function(v, i) {
|
Ox.forEach(arr, function(v, i) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue