forked from 0x2620/oxjs
use [0] instead of .[0]
This commit is contained in:
parent
fb6c956250
commit
969e0553b4
4 changed files with 8 additions and 8 deletions
|
|
@ -58,7 +58,7 @@ Ox.VideoEditorPlayer = function(options, self) {
|
|||
playing: playing
|
||||
})
|
||||
.appendTo(that);
|
||||
self.video = self.$video.$element[0];
|
||||
self.video = self.$video[0];
|
||||
} else {
|
||||
self.$video = $('<img>')
|
||||
.css({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue