Fix eslint no-extra-bind
[MAILPOET-1145]
This commit is contained in:
@@ -70,7 +70,7 @@ define([
|
||||
easing: 'easeOut',
|
||||
complete: function () {
|
||||
$openRegion.addClass('closed');
|
||||
}.bind(this)
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user