From 1f86fc53b5ac41458e7c161f7a41e8edad978edb Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 25 Sep 2014 18:58:38 +0200 Subject: [PATCH] Ox.elements -> Ox.; Ox.UI -> Ox --- static/js/editPanel.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/editPanel.js b/static/js/editPanel.js index 945da9718..36a125c09 100644 --- a/static/js/editPanel.js +++ b/static/js/editPanel.js @@ -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 ); }