1
0
Fork 0
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:
rolux 2012-06-02 16:08:01 +02:00
commit ecd84770dd
4 changed files with 104 additions and 90 deletions

View file

@ -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;