strip out jqm panel

This commit is contained in:
Luke Pulverenti 2015-09-05 14:05:29 -04:00
parent 1fcfbcab7e
commit 0e6672699e
26 changed files with 785 additions and 788 deletions

View file

@ -205,7 +205,9 @@
window.BoxSetEditor = {
showPanel: function (items) {
showCollectionPanel(items);
require(['jqmpanel'], function () {
showCollectionPanel(items);
});
},
supportsAddingToCollection: function (item) {