use [0] instead of .[0]

This commit is contained in:
rolux 2012-06-26 18:01:47 +02:00
commit 969e0553b4
4 changed files with 8 additions and 8 deletions

View file

@ -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({