1
0
Fork 0
forked from 0x2620/oxjs

Ox.break -> Ox.Break

This commit is contained in:
rolux 2012-05-24 19:20:29 +02:00
commit 544e117cb3
41 changed files with 100 additions and 100 deletions

View file

@ -866,10 +866,10 @@ Ox.VideoEditor = function(options, self) {
if (item.id == annotationId) {
value = item.value;
found = true;
Ox.break();
Ox.Break()();
}
});
found && Ox.break();
found && Ox.Break()();
});
return value;
}
@ -920,7 +920,7 @@ Ox.VideoEditor = function(options, self) {
) {
position = v;
found = true;
Ox.break();
Ox.Break()();
}
});
direction == -1 && positions.reverse();
@ -1107,7 +1107,7 @@ Ox.VideoEditor = function(options, self) {
'in': i ? self.options.cuts[i - 1] : 0,
out: cut - 1 / self.options.fps
};
Ox.break();
Ox.Break()();
}
});
self.options.selected = '';