forked from 0x2620/pandora
13 lines
167 B
JavaScript
13 lines
167 B
JavaScript
|
'use strict';
|
||
|
|
||
|
pandora.ui.embedList = function() {
|
||
|
|
||
|
var that = Ox.Element();
|
||
|
|
||
|
that.resizePanel = function() {
|
||
|
return that;
|
||
|
};
|
||
|
|
||
|
return that;
|
||
|
|
||
|
};
|