don't need /customize/pad.js anymore

pull/1/head
ansuz 2016-12-28 15:15:25 +01:00
parent f020fd5a75
commit 0a89f13498
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
/*
globals define console
*/
require([
'/customize/DecorateToolbar.js',
'/bower_components/jquery/dist/jquery.min.js'
], function (Dt) {
Dt.main(window.$('#bottom-bar'));
});