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
06fb9406
Commit
06fb9406
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
grunt dist
parent
d08f7dd8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/js/bootstrap.js
+10
-2
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
docs/dist/js/bootstrap.min.js
+1
-1
docs/dist/js/bootstrap.min.js
with
12 additions
and
4 deletions
+12
-4
dist/js/bootstrap.js
+
10
-
2
View file @
06fb9406
...
@@ -516,7 +516,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -516,7 +516,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this
.
transitioning
=
1
this
.
transitioning
=
1
var
complete
=
function
(
e
)
{
var
complete
=
function
(
e
)
{
if
(
e
&&
e
.
target
!=
this
.
$element
[
0
])
return
if
(
e
&&
e
.
target
!=
this
.
$element
[
0
])
{
this
.
$element
.
one
(
$
.
support
.
transition
.
end
,
$
.
proxy
(
complete
,
this
))
return
}
this
.
$element
this
.
$element
.
removeClass
(
'
collapsing
'
)
.
removeClass
(
'
collapsing
'
)
.
addClass
(
'
collapse in
'
)[
dimension
](
'
auto
'
)
.
addClass
(
'
collapse in
'
)[
dimension
](
'
auto
'
)
...
@@ -552,7 +556,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
...
@@ -552,7 +556,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this
.
transitioning
=
1
this
.
transitioning
=
1
var
complete
=
function
(
e
)
{
var
complete
=
function
(
e
)
{
if
(
e
&&
e
.
target
!=
this
.
$element
[
0
])
return
if
(
e
&&
e
.
target
!=
this
.
$element
[
0
])
{
this
.
$element
.
one
(
$
.
support
.
transition
.
end
,
$
.
proxy
(
complete
,
this
))
return
}
this
.
transitioning
=
0
this
.
transitioning
=
0
this
.
$element
this
.
$element
.
trigger
(
'
hidden.bs.collapse
'
)
.
trigger
(
'
hidden.bs.collapse
'
)
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
06fb9406
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
+
1
-
1
View file @
06fb9406
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