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
6e77c9d1
Commit
6e77c9d1
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
add semicolons to the end of js files
parent
5b4a29d8
No related merge requests found
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/js/bootstrap-alert.js
+1
-1
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-button.js
+1
-1
docs/assets/js/bootstrap-button.js
docs/assets/js/bootstrap-carousel.js
+1
-1
docs/assets/js/bootstrap-carousel.js
docs/assets/js/bootstrap-collapse.js
+1
-1
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap-dropdown.js
+1
-1
docs/assets/js/bootstrap-dropdown.js
docs/assets/js/bootstrap-modal.js
+1
-1
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap-popover.js
+1
-1
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-scrollspy.js
+1
-1
docs/assets/js/bootstrap-scrollspy.js
docs/assets/js/bootstrap-tab.js
+1
-1
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tooltip.js
+1
-1
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-transition.js
+2
-2
docs/assets/js/bootstrap-transition.js
docs/assets/js/bootstrap-typeahead.js
+1
-1
docs/assets/js/bootstrap-typeahead.js
js/bootstrap-alert.js
+1
-1
js/bootstrap-alert.js
js/bootstrap-button.js
+1
-1
js/bootstrap-button.js
js/bootstrap-carousel.js
+1
-1
js/bootstrap-carousel.js
js/bootstrap-collapse.js
+1
-1
js/bootstrap-collapse.js
js/bootstrap-dropdown.js
+1
-1
js/bootstrap-dropdown.js
js/bootstrap-modal.js
+1
-1
js/bootstrap-modal.js
js/bootstrap-popover.js
+1
-1
js/bootstrap-popover.js
with
20 additions
and
20 deletions
+20
-20
docs/assets/bootstrap.zip
+
0
-
0
View file @
6e77c9d1
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-alert.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -88,4 +88,4 @@
$
(
'
body
'
).
on
(
'
click.alert.data-api
'
,
dismiss
,
Alert
.
prototype
.
close
)
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-button.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -95,4 +95,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-carousel.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -151,4 +151,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-collapse.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -133,4 +133,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-dropdown.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -89,4 +89,4 @@
$
(
'
body
'
).
on
(
'
click.dropdown.data-api
'
,
toggle
,
Dropdown
.
prototype
.
toggle
)
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-modal.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -207,4 +207,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-popover.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -92,4 +92,4 @@
,
template
:
'
<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>
'
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-scrollspy.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -122,4 +122,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-tab.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -127,4 +127,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-tooltip.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -267,4 +267,4 @@
,
template
:
'
<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>
'
}
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-transition.js
+
2
-
2
View file @
6e77c9d1
...
...
@@ -47,5 +47,5 @@
})()
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-typeahead.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -268,4 +268,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
js/bootstrap-alert.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -88,4 +88,4 @@
$
(
'
body
'
).
on
(
'
click.alert.data-api
'
,
dismiss
,
Alert
.
prototype
.
close
)
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
js/bootstrap-button.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -95,4 +95,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
js/bootstrap-carousel.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -151,4 +151,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
js/bootstrap-collapse.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -133,4 +133,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
js/bootstrap-dropdown.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -89,4 +89,4 @@
$
(
'
body
'
).
on
(
'
click.dropdown.data-api
'
,
toggle
,
Dropdown
.
prototype
.
toggle
)
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
js/bootstrap-modal.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -207,4 +207,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
js/bootstrap-popover.js
+
1
-
1
View file @
6e77c9d1
...
...
@@ -92,4 +92,4 @@
,
template
:
'
<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>
'
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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