(obj)
| 85 | var MILLISECONDS_MULTIPLIER = 1000; // Shoutout AngusCroll (https://goo.gl/pxwQGp) |
| 86 | |
| 87 | function toType(obj) { |
| 88 | return {}.toString.call(obj).match(/\s([a-z]+)/i)[1].toLowerCase(); |
| 89 | } |
| 90 | |
| 91 | function getSpecialTransitionEndEvent() { |
| 92 | return { |