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,
|
var ui = pandora.user.ui,
|
||||||
edit,
|
edit,
|
||||||
listSizes = [
|
listSizes = [
|
||||||
144 + Ox.UI.SCROLLBAR_SIZE,
|
144 + Ox.SCROLLBAR_SIZE,
|
||||||
280 + Ox.UI.SCROLLBAR_SIZE,
|
280 + Ox.SCROLLBAR_SIZE,
|
||||||
416 + Ox.UI.SCROLLBAR_SIZE
|
416 + Ox.SCROLLBAR_SIZE
|
||||||
],
|
],
|
||||||
listSize = listSizes[ui.clipColumns],
|
listSize = listSizes[ui.clipColumns],
|
||||||
smallTimelineCanvas,
|
smallTimelineCanvas,
|
||||||
|
@ -22,7 +22,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
||||||
|
|
||||||
function enableDragAndDrop() {
|
function enableDragAndDrop() {
|
||||||
pandora.enableDragAndDrop(
|
pandora.enableDragAndDrop(
|
||||||
Ox.elements[that.find('.OxIconList').data('oxid')],
|
Ox.$elements[that.find('.OxIconList').data('oxid')],
|
||||||
edit.editable
|
edit.editable
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue