forked from 0x2620/oxjs
make Ox.forEach(object...) return a number; remove Ox.setPropertyOnce; move Ox.last to Array.js; update documentation and tests
This commit is contained in:
parent
686df92efa
commit
ecd84770dd
4 changed files with 104 additions and 90 deletions
|
|
@ -10,6 +10,8 @@ Ox.OptionGroup <f> OptionGroup
|
|||
property <s|'checked'> property to check
|
||||
@*/
|
||||
|
||||
// FIXME: Should be moved to Ox.js
|
||||
|
||||
Ox.OptionGroup = function(items, min, max, property) {
|
||||
|
||||
var length = items.length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue