mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-24 11:03:44 +00:00
parent
bd9084d249
commit
db70164d13
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const Util = (($) => {
|
||||||
|
|
||||||
// Shoutout AngusCroll (https://goo.gl/pxwQGp)
|
// Shoutout AngusCroll (https://goo.gl/pxwQGp)
|
||||||
function toType(obj) {
|
function toType(obj) {
|
||||||
return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase()
|
return {}.toString.call(obj).match(/\s([a-z]+)/i)[1].toLowerCase()
|
||||||
}
|
}
|
||||||
|
|
||||||
function getSpecialTransitionEndEvent() {
|
function getSpecialTransitionEndEvent() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue