From c955868982e6a6647fa3b722bf42f73f6d513f79 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 5 Jun 2016 11:17:05 -0700 Subject: Enable more rules from ESLint 2.0; refs #19999 (#20076) [skip sauce] [skip validator] --- js/src/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/util.js') diff --git a/js/src/util.js b/js/src/util.js index b779c448f..86d9fe1f4 100644 --- a/js/src/util.js +++ b/js/src/util.js @@ -40,7 +40,7 @@ const Util = (($) => { delegateType: transition.end, handle(event) { if ($(event.target).is(this)) { - return event.handleObj.handler.apply(this, arguments) + return event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params } return undefined } -- cgit v1.2.3