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

@ -128,7 +128,7 @@ Ox.InputGroup = function(options, self) {
function setWidths() {
var length = self.options.inputs.length,
inputWidths = Ox.divideInt(
inputWidths = Ox.splitInt(
self.options.width - Ox.sum(self.options.separators.map(function(v) {
return v.width;
})), length