pandora/static/js/pandora/embedList.js
2013-03-01 11:24:33 +00:00

13 lines
No EOL
167 B
JavaScript

'use strict';
pandora.ui.embedList = function() {
var that = Ox.Element();
that.resizePanel = function() {
return that;
};
return that;
};