mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: eslint deprecations
This commit is contained in:
@@ -93,8 +93,8 @@ _.each(clickBindings, function(selector, binding) {
|
||||
ok(true, selector + " was clicked");
|
||||
});
|
||||
|
||||
_.each(bindings, function(binding) {
|
||||
testMouseTrap.trigger(binding);
|
||||
_.each(bindings, function(b) {
|
||||
testMouseTrap.trigger(b);
|
||||
}, this);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user