diff options
| author | Mark Otto <[email protected]> | 2017-06-30 13:15:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-30 13:15:09 -0700 |
| commit | eedbe43ea79a4deab1bf5a4a7c618cb0fc380869 (patch) | |
| tree | 1e707f11973faed60dced2cd1dd658727c92b7c7 /js/dist/util.js | |
| parent | 7eafb1657914acaef05544209fbd39b4f8627c52 (diff) | |
| download | bootstrap-eedbe43ea79a4deab1bf5a4a7c618cb0fc380869.tar.xz bootstrap-eedbe43ea79a4deab1bf5a4a7c618cb0fc380869.zip | |
build dist
Diffstat (limited to 'js/dist/util.js')
| -rw-r--r-- | js/dist/util.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/dist/util.js b/js/dist/util.js index 58d5dd9e6..034895948 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; } |
