From 2be34d5ce9ba1e4b03e534775e692f7de0267156 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Aug 2017 12:59:27 -0700 Subject: dist --- js/dist/util.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'js/dist/util.js') diff --git a/js/dist/util.js b/js/dist/util.js index b6d5f03e9..1ee4e8cb0 100644 --- a/js/dist/util.js +++ b/js/dist/util.js @@ -22,9 +22,10 @@ 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(); } -- cgit v1.2.3