Merge pull request #1137 from mailpoet/eslint4
Eslint for tests [MAILPOET-1083]
This commit is contained in:
@ -51,8 +51,7 @@ define([
|
||||
.on('resizestart', function () {
|
||||
that.isBeingResized = true;
|
||||
that.$el.addClass('mailpoet_resize_active');
|
||||
})
|
||||
.on('resizemove', function (event) {
|
||||
}).on('resizemove', function (event) {
|
||||
var onResize = that.options.onResize.bind(that);
|
||||
return onResize(event);
|
||||
})
|
||||
|
Reference in New Issue
Block a user