forked from 0x2620/oxjs
use Ox.$
This commit is contained in:
parent
a97170ea5b
commit
37ab78f05b
7 changed files with 22 additions and 23 deletions
|
|
@ -49,11 +49,11 @@ Ox.VideoPreview = function(options, self) {
|
|||
self.loaded = [];
|
||||
self.queue = [];
|
||||
|
||||
self.$frameElement = $('<div>')
|
||||
self.$frameElement = Ox.$('<div>')
|
||||
.addClass('OxFrame')
|
||||
.appendTo(that);
|
||||
|
||||
self.$frame = $('<img>')
|
||||
self.$frame = Ox.$('<img>')
|
||||
.attr({src: self.options.getFrame(self.options.position)})
|
||||
.css(getFrameCSS())
|
||||
.appendTo(self.$frameElement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue