not quite finished

This commit is contained in:
Caleb James DeLisle
2015-01-30 18:12:20 +01:00
parent 0e44b10aeb
commit 84164123b6
13 changed files with 54 additions and 10 deletions

6
customize.dist/pad.js Normal file
View File

@@ -0,0 +1,6 @@
require([
'/customize/DecorateToolbar.js',
'/bower_components/jquery/dist/jquery.min.js'
], function (Dt, $) {
Dt.main($('.rtwysiwyg-toolbar-rightside'));
});