mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08: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