1
0
Fork 0
forked from 0x2620/oxjs

Ox.divideInt -> Ox.splitInt

This commit is contained in:
rolux 2012-06-25 16:43:03 +02:00
commit f5782c475b
5 changed files with 22 additions and 23 deletions

View file

@ -49,7 +49,7 @@ Ox.CheckboxGroup = function(options, self) {
self.$checkboxes = [];
if (self.options.type == 'group') {
self.checkboxWidth = Ox.divideInt(
self.checkboxWidth = Ox.splitInt(
self.options.width + (self.options.checkboxes.length - 1) * 6,
self.options.checkboxes.length
).map(function(v, i) {