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
033dbfd0
Commit
033dbfd0
authored
10 years ago
by
Bootstrap's Grunt bot
Browse files
Options
Download
Email Patches
Plain Diff
automatic grunt dist
parent
acc5f657
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/js/bootstrap.js
+2
-2
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
with
3 additions
and
3 deletions
+3
-3
dist/js/bootstrap.js
+
2
-
2
View file @
033dbfd0
...
...
@@ -1524,7 +1524,7 @@ if (typeof jQuery === 'undefined') {
Tooltip
.
prototype
.
hide
=
function
(
callback
)
{
var
that
=
this
var
$tip
=
this
.
tip
(
)
var
$tip
=
$
(
this
.
$
tip
)
var
e
=
$
.
Event
(
'
hide.bs.
'
+
this
.
type
)
function
complete
()
{
...
...
@@ -1541,7 +1541,7 @@ if (typeof jQuery === 'undefined') {
$tip
.
removeClass
(
'
in
'
)
$
.
support
.
transition
&&
this
.
$tip
.
hasClass
(
'
fade
'
)
?
$
.
support
.
transition
&&
$tip
.
hasClass
(
'
fade
'
)
?
$tip
.
one
(
'
bsTransitionEnd
'
,
complete
)
.
emulateTransitionEnd
(
Tooltip
.
TRANSITION_DURATION
)
:
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
033dbfd0
This diff is collapsed.
Click to expand it.
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