pandora/static/js/embedList.js

13 lines
167 B
JavaScript
Raw Normal View History

2013-03-01 11:24:33 +00:00
'use strict';
pandora.ui.embedList = function() {
var that = Ox.Element();
that.resizePanel = function() {
return that;
};
return that;
};