Fix errors reported by the no-extra-bind
ESLint rule
http://eslint.org/docs/rules/no-extra-bind
This commit is contained in:
parent
25bf5db47e
commit
328e7397ea
2 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ var SecondaryToolbar = (function SecondaryToolbarClosure() {
|
|||
toggleHandToolButton.firstElementChild.textContent =
|
||||
mozL10n.get('hand_tool_enable_label', null, 'Enable hand tool');
|
||||
}
|
||||
}.bind(this));
|
||||
});
|
||||
},
|
||||
|
||||
open: function SecondaryToolbar_open() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue