forked from 0x2620/oxjs
Ox.divideInt -> Ox.splitInt
This commit is contained in:
parent
703003bd2b
commit
f5782c475b
5 changed files with 22 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue