forked from 0x2620/oxjs
Ox -> Ox.UI
This commit is contained in:
parent
e2a42ab04e
commit
552aba4271
17 changed files with 46 additions and 46 deletions
|
|
@ -127,7 +127,7 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
self.$positionMarker = $('<img>')
|
||||
.addClass('OxMarkerPosition')
|
||||
.attr({
|
||||
src: Ox.getImageURL('markerPosition')
|
||||
src: Ox.UI.getImageURL('markerPosition')
|
||||
})
|
||||
.appendTo(that);
|
||||
}
|
||||
|
|
@ -140,7 +140,7 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
self.$pointMarker[point] = $('<img>')
|
||||
.addClass('OxMarkerPoint' + titlecase)
|
||||
.attr({
|
||||
src: Ox.getImageURL('marker' + titlecase)
|
||||
src: Ox.UI.getImageURL('marker' + titlecase)
|
||||
})
|
||||
.appendTo(that);
|
||||
setPointMarker(point);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue