From f46f26bbaa16486bdfe07789a1491cc05eec8dcb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 29 Jun 2017 21:31:11 -0700 Subject: build --- js/dist/util.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js/dist/util.js') diff --git a/js/dist/util.js b/js/dist/util.js index 58d5dd9e63..034895948f 100644 --- a/js/dist/util.js +++ b/js/dist/util.js @@ -22,10 +22,9 @@ var Util = function ($) { MozTransition: 'transitionend', OTransition: 'oTransitionEnd otransitionend', transition: 'transitionend' - }; - // shoutout AngusCroll (https://goo.gl/pxwQGp) - function toType(obj) { + // shoutout AngusCroll (https://goo.gl/pxwQGp) + };function toType(obj) { return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase(); } @@ -39,7 +38,8 @@ var Util = function ($) { delegateType: transition.end, handle: function handle(event) { if ($(event.target).is(this)) { - return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params + return event.handleObj.handler.apply(this, arguments // eslint-disable-line prefer-rest-params + ); } return undefined; } -- cgit v1.2.3