Merge pull request #278 from mailpoet/drag_and_drop

Editor: Drag&Drop
This commit is contained in:
Marco
2015-12-18 14:54:30 +01:00
11 changed files with 23 additions and 40 deletions

View File

@ -91,7 +91,6 @@ define([
});
},
onDomRefresh: function() {
var that = this;
this.$el.parent().stick_in_parent({
offset_top: 32,
});
@ -170,10 +169,8 @@ define([
},
initialize: function(options) {
this.availableStyles = options.availableStyles;
var that = this;
},
onRender: function() {
var that = this;
this.$('.mailpoet_color').spectrum({
clickoutFiresChange: true,
showInput: true,