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
d5759882
Commit
d5759882
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix typo in js docs carousel section per
#2299
parent
af8261af
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
d5759882
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
1
-
1
View file @
d5759882
...
@@ -1352,7 +1352,7 @@ $('.carousel').carousel({
...
@@ -1352,7 +1352,7 @@ $('.carousel').carousel({
<h4>
.carousel('next')
</h4>
<h4>
.carousel('next')
</h4>
<p>
Cycles to the next item.
</p>
<p>
Cycles to the next item.
</p>
<h3>
Events
</h3>
<h3>
Events
</h3>
<p>
Bootstrap's
moda
l class exposes a few events for hooking into
moda
l functionality.
</p>
<p>
Bootstrap's
carouse
l class exposes a few events for hooking into
carouse
l functionality.
</p>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped"
>
<thead>
<thead>
<tr>
<tr>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
d5759882
...
@@ -1276,7 +1276,7 @@ $('.carousel').carousel({
...
@@ -1276,7 +1276,7 @@ $('.carousel').carousel({
<h4>
.carousel('next')
</h4>
<h4>
.carousel('next')
</h4>
<p>
{{
_i
}}
Cycles to the next item.
{{/
i
}}
</p>
<p>
{{
_i
}}
Cycles to the next item.
{{/
i
}}
</p>
<h3>
{{
_i
}}
Events
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Events
{{/
i
}}
</h3>
<p>
{{
_i
}}
Bootstrap's
moda
l class exposes a few events for hooking into
moda
l functionality.
{{/
i
}}
</p>
<p>
{{
_i
}}
Bootstrap's
carouse
l class exposes a few events for hooking into
carouse
l functionality.
{{/
i
}}
</p>
<table
class=
"table table-bordered table-striped"
>
<table
class=
"table table-bordered table-striped"
>
<thead>
<thead>
<tr>
<tr>
...
...
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