move js files from js/pandora to js, fixes #1366

This commit is contained in:
j 2013-07-16 12:15:05 +00:00
commit a9b7738aa8
104 changed files with 7 additions and 2 deletions

13
static/js/embedList.js Normal file
View file

@ -0,0 +1,13 @@
'use strict';
pandora.ui.embedList = function() {
var that = Ox.Element();
that.resizePanel = function() {
return that;
};
return that;
};