forked from 0x2620/pandora
Ox.elements -> Ox.; Ox.UI -> Ox
This commit is contained in:
parent
ed18dee232
commit
1f86fc53b5
1 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
var ui = pandora.user.ui,
|
||||
edit,
|
||||
listSizes = [
|
||||
144 + Ox.UI.SCROLLBAR_SIZE,
|
||||
280 + Ox.UI.SCROLLBAR_SIZE,
|
||||
416 + Ox.UI.SCROLLBAR_SIZE
|
||||
144 + Ox.SCROLLBAR_SIZE,
|
||||
280 + Ox.SCROLLBAR_SIZE,
|
||||
416 + Ox.SCROLLBAR_SIZE
|
||||
],
|
||||
listSize = listSizes[ui.clipColumns],
|
||||
smallTimelineCanvas,
|
||||
|
@ -22,7 +22,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
|
||||
function enableDragAndDrop() {
|
||||
pandora.enableDragAndDrop(
|
||||
Ox.elements[that.find('.OxIconList').data('oxid')],
|
||||
Ox.$elements[that.find('.OxIconList').data('oxid')],
|
||||
edit.editable
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue