Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f83c981d
Commit
f83c981d
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
build dist
parent
f46f26bb
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
js/dist/tooltip.js.map
+0
-0
js/dist/tooltip.js.map
js/dist/util.js
+4
-4
js/dist/util.js
js/dist/util.js.map
+0
-0
js/dist/util.js.map
with
4 additions
and
4 deletions
+4
-4
js/dist/tooltip.js.map
-1 bytes (0%)
View file @
f83c981d
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
js/dist/util.js
+
4
-
4
View file @
f83c981d
...
@@ -22,9 +22,10 @@ var Util = function ($) {
...
@@ -22,9 +22,10 @@ var Util = function ($) {
MozTransition
:
'
transitionend
'
,
MozTransition
:
'
transitionend
'
,
OTransition
:
'
oTransitionEnd otransitionend
'
,
OTransition
:
'
oTransitionEnd otransitionend
'
,
transition
:
'
transitionend
'
transition
:
'
transitionend
'
};
// 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-zA-Z
]
+
)
/
)[
1
].
toLowerCase
();
}
}
...
@@ -38,8 +39,7 @@ var Util = function ($) {
...
@@ -38,8 +39,7 @@ var Util = function ($) {
delegateType
:
transition
.
end
,
delegateType
:
transition
.
end
,
handle
:
function
handle
(
event
)
{
handle
:
function
handle
(
event
)
{
if
(
$
(
event
.
target
).
is
(
this
))
{
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
;
return
undefined
;
}
}
...
...
This diff is collapsed.
Click to expand it.
js/dist/util.js.map
-1 bytes (0%)
View file @
f83c981d
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment