forked from 0x2620/oxjs
.bind -> .on, .unbind -> .off
This commit is contained in:
parent
f45f993f42
commit
461a237880
22 changed files with 54 additions and 54 deletions
|
|
@ -94,7 +94,7 @@ Ox.VideoElement = function(options, self) {
|
|||
}
|
||||
return $('<video>')
|
||||
.css({position: 'absolute'})
|
||||
.bind({
|
||||
.on({
|
||||
ended: function() {
|
||||
if (i < item.parts - 1) {
|
||||
setCurrentPart(self.currentPart + 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue