Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
6e77c9d1
Commit
6e77c9d1
authored
Feb 13, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add semicolons to the end of js files
parent
5b4a29d8
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
26 additions
and
26 deletions
+26
-26
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-alert.js
+1
-1
docs/assets/js/bootstrap-button.js
docs/assets/js/bootstrap-button.js
+1
-1
docs/assets/js/bootstrap-carousel.js
docs/assets/js/bootstrap-carousel.js
+1
-1
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap-collapse.js
+1
-1
docs/assets/js/bootstrap-dropdown.js
docs/assets/js/bootstrap-dropdown.js
+1
-1
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap-modal.js
+1
-1
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-popover.js
+1
-1
docs/assets/js/bootstrap-scrollspy.js
docs/assets/js/bootstrap-scrollspy.js
+1
-1
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tab.js
+1
-1
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-tooltip.js
+1
-1
docs/assets/js/bootstrap-transition.js
docs/assets/js/bootstrap-transition.js
+2
-2
docs/assets/js/bootstrap-typeahead.js
docs/assets/js/bootstrap-typeahead.js
+1
-1
js/bootstrap-alert.js
js/bootstrap-alert.js
+1
-1
js/bootstrap-button.js
js/bootstrap-button.js
+1
-1
js/bootstrap-carousel.js
js/bootstrap-carousel.js
+1
-1
js/bootstrap-collapse.js
js/bootstrap-collapse.js
+1
-1
js/bootstrap-dropdown.js
js/bootstrap-dropdown.js
+1
-1
js/bootstrap-modal.js
js/bootstrap-modal.js
+1
-1
js/bootstrap-popover.js
js/bootstrap-popover.js
+1
-1
js/bootstrap-scrollspy.js
js/bootstrap-scrollspy.js
+1
-1
js/bootstrap-tab.js
js/bootstrap-tab.js
+1
-1
js/bootstrap-tooltip.js
js/bootstrap-tooltip.js
+1
-1
js/bootstrap-transition.js
js/bootstrap-transition.js
+2
-2
js/bootstrap-typeahead.js
js/bootstrap-typeahead.js
+1
-1
No files found.
docs/assets/bootstrap.zip
View file @
6e77c9d1
No preview for this file type
docs/assets/js/bootstrap-alert.js
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
docs/assets/js/bootstrap-button.js
View file @
6e77c9d1
...
...
@@ -95,4 +95,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
docs/assets/js/bootstrap-carousel.js
View file @
6e77c9d1
...
...
@@ -151,4 +151,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
docs/assets/js/bootstrap-collapse.js
View file @
6e77c9d1
...
...
@@ -133,4 +133,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
docs/assets/js/bootstrap-dropdown.js
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
docs/assets/js/bootstrap-modal.js
View file @
6e77c9d1
...
...
@@ -207,4 +207,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
docs/assets/js/bootstrap-popover.js
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
docs/assets/js/bootstrap-scrollspy.js
View file @
6e77c9d1
...
...
@@ -122,4 +122,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
docs/assets/js/bootstrap-tab.js
View file @
6e77c9d1
...
...
@@ -127,4 +127,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
docs/assets/js/bootstrap-tooltip.js
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
docs/assets/js/bootstrap-transition.js
View file @
6e77c9d1
...
...
@@ -47,5 +47,5 @@
})()
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
docs/assets/js/bootstrap-typeahead.js
View file @
6e77c9d1
...
...
@@ -268,4 +268,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
js/bootstrap-alert.js
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
js/bootstrap-button.js
View file @
6e77c9d1
...
...
@@ -95,4 +95,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
js/bootstrap-carousel.js
View file @
6e77c9d1
...
...
@@ -151,4 +151,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
js/bootstrap-collapse.js
View file @
6e77c9d1
...
...
@@ -133,4 +133,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
js/bootstrap-dropdown.js
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
js/bootstrap-modal.js
View file @
6e77c9d1
...
...
@@ -207,4 +207,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
js/bootstrap-popover.js
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
js/bootstrap-scrollspy.js
View file @
6e77c9d1
...
...
@@ -122,4 +122,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
js/bootstrap-tab.js
View file @
6e77c9d1
...
...
@@ -127,4 +127,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
js/bootstrap-tooltip.js
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
js/bootstrap-transition.js
View file @
6e77c9d1
...
...
@@ -47,5 +47,5 @@
})()
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
js/bootstrap-typeahead.js
View file @
6e77c9d1
...
...
@@ -268,4 +268,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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