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
cc5415b8
Commit
cc5415b8
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix js docs typo
parent
a6253f09
1 merge request
!1475
2.0 wip
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 @
cc5415b8
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
1
-
1
View file @
cc5415b8
...
@@ -1288,7 +1288,7 @@ $('#myCollapsible').on('hidden', function () {
...
@@ -1288,7 +1288,7 @@ $('#myCollapsible').on('hidden', function () {
<td>
interval
</td>
<td>
interval
</td>
<td>
number
</td>
<td>
number
</td>
<td>
5000
</td>
<td>
5000
</td>
<td>
The amount of t
yp
e to delay between automatically cycling an item.
</td>
<td>
The amount of t
im
e to delay between automatically cycling an item.
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
cc5415b8
...
@@ -1212,7 +1212,7 @@ $('#myCollapsible').on('hidden', function () {
...
@@ -1212,7 +1212,7 @@ $('#myCollapsible').on('hidden', function () {
<td>
{{
_i
}}
interval
{{/
i
}}
</td>
<td>
{{
_i
}}
interval
{{/
i
}}
</td>
<td>
{{
_i
}}
number
{{/
i
}}
</td>
<td>
{{
_i
}}
number
{{/
i
}}
</td>
<td>
5000
</td>
<td>
5000
</td>
<td>
{{
_i
}}
The amount of t
yp
e to delay between automatically cycling an item.
{{/
i
}}
</td>
<td>
{{
_i
}}
The amount of t
im
e to delay between automatically cycling an item.
{{/
i
}}
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
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