Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3f493f0d
Commit
3f493f0d
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
parents
f706acb1
5abe33f5
5 merge requests
!6821
Typeahead updater
,
!6666
Patch 1
,
!6610
Add outline for input[type="image"]
,
!6546
3.0.0 wip - fixed the issue in which the test pid isn't killed if a test fails
,
!6503
control markup changes added
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
js/bootstrap-carousel.js
+1
-1
js/bootstrap-carousel.js
js/bootstrap-collapse.js
+1
-1
js/bootstrap-collapse.js
with
2 additions
and
2 deletions
+2
-2
js/bootstrap-carousel.js
+
1
-
1
View file @
3f493f0d
...
...
@@ -164,7 +164,7 @@
if
(
!
data
)
$this
.
data
(
'
carousel
'
,
(
data
=
new
Carousel
(
this
,
options
)))
if
(
typeof
option
==
'
number
'
)
data
.
to
(
option
)
else
if
(
action
)
data
[
action
]()
else
if
(
options
.
interval
)
data
.
cycle
()
else
if
(
options
.
interval
)
data
.
pause
().
cycle
()
})
}
...
...
This diff is collapsed.
Click to expand it.
js/bootstrap-collapse.js
+
1
-
1
View file @
3f493f0d
...
...
@@ -52,7 +52,7 @@
,
actives
,
hasData
if
(
this
.
transitioning
)
return
if
(
this
.
transitioning
||
this
.
$element
.
hasClass
(
'
in
'
)
)
return
dimension
=
this
.
dimension
()
scroll
=
$
.
camelCase
([
'
scroll
'
,
dimension
].
join
(
'
-
'
))
...
...
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
Menu
Explore
Projects
Groups
Snippets