Fix eslint no-extra-bind

[MAILPOET-1145]
This commit is contained in:
Pavel Dohnal
2018-02-19 13:05:43 +00:00
parent 0d69b05ac0
commit f98e58eb99
4 changed files with 3 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ define([
easing: 'easeOut',
complete: function () {
$openRegion.addClass('closed');
}.bind(this)
}
}
);