blob: c1451cc02f60900d7fdf5efbff90919f01fd9cfc (
plain)
1
2
3
4
5
6
7
|
var Montage = require("montage/core/core").Montage,
PanelBase = require("js/panels/panelbase").PanelBase;
////////////////////////////////////////////////////////////////////////
//Exporting as ColorPanel
exports.ObjectsPanel = Montage.create(PanelBase, {
});
|