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

@ -1019,7 +1019,7 @@ Ox.VideoEditor = function(options, self) {
}
if (self.options.videoSize == 'small') {
width = 0;
widths = Ox.divideInt(contentWidth - 4 * self.margin, 3);
widths = Ox.splitInt(contentWidth - 4 * self.margin, 3);
[1, 0, 2].forEach(function(v, i) {
size.player[v] = {
left: (i + 0.5) * self.margin + width,