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
4e0d022d
Commit
4e0d022d
authored
Nov 01, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version numbers in JS file comment headers to v3.0.1 & regrunt
parent
41fa8ead
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
25 additions
and
25 deletions
+25
-25
dist/js/bootstrap.js
dist/js/bootstrap.js
+12
-12
docs-assets/js/raw-files.js
docs-assets/js/raw-files.js
+1
-1
js/affix.js
js/affix.js
+1
-1
js/alert.js
js/alert.js
+1
-1
js/button.js
js/button.js
+1
-1
js/carousel.js
js/carousel.js
+1
-1
js/collapse.js
js/collapse.js
+1
-1
js/dropdown.js
js/dropdown.js
+1
-1
js/modal.js
js/modal.js
+1
-1
js/popover.js
js/popover.js
+1
-1
js/scrollspy.js
js/scrollspy.js
+1
-1
js/tab.js
js/tab.js
+1
-1
js/tooltip.js
js/tooltip.js
+1
-1
js/transition.js
js/transition.js
+1
-1
No files found.
dist/js/bootstrap.js
View file @
4e0d022d
...
...
@@ -9,7 +9,7 @@
if
(
typeof
jQuery
===
"
undefined
"
)
{
throw
new
Error
(
"
Bootstrap requires jQuery
"
)
}
/* ========================================================================
* Bootstrap: transition.js v3.0.
0
* Bootstrap: transition.js v3.0.
1
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -66,7 +66,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: alert.js v3.0.
0
* Bootstrap: alert.js v3.0.
1
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -165,7 +165,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: button.js v3.0.
0
* Bootstrap: button.js v3.0.
1
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -275,7 +275,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: carousel.js v3.0.
0
* Bootstrap: carousel.js v3.0.
1
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -493,7 +493,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: collapse.js v3.0.
0
* Bootstrap: collapse.js v3.0.
1
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -673,7 +673,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: dropdown.js v3.0.
0
* Bootstrap: dropdown.js v3.0.
1
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -828,7 +828,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: modal.js v3.0.
0
* Bootstrap: modal.js v3.0.
1
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -1075,7 +1075,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: tooltip.js v3.0.
0
* Bootstrap: tooltip.js v3.0.
1
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
...
...
@@ -1462,7 +1462,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: popover.js v3.0.
0
* Bootstrap: popover.js v3.0.
1
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -1580,7 +1580,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: scrollspy.js v3.0.
0
* Bootstrap: scrollspy.js v3.0.
1
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -1739,7 +1739,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: tab.js v3.0.
0
* Bootstrap: tab.js v3.0.
1
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
@@ -1875,7 +1875,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}(
window
.
jQuery
);
/* ========================================================================
* Bootstrap: affix.js v3.0.
0
* Bootstrap: affix.js v3.0.
1
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
docs-assets/js/raw-files.js
View file @
4e0d022d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
js/affix.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: affix.js v3.0.
0
* Bootstrap: affix.js v3.0.
1
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/alert.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: alert.js v3.0.
0
* Bootstrap: alert.js v3.0.
1
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/button.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: button.js v3.0.
0
* Bootstrap: button.js v3.0.
1
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/carousel.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: carousel.js v3.0.
0
* Bootstrap: carousel.js v3.0.
1
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/collapse.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: collapse.js v3.0.
0
* Bootstrap: collapse.js v3.0.
1
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/dropdown.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: dropdown.js v3.0.
0
* Bootstrap: dropdown.js v3.0.
1
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/modal.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: modal.js v3.0.
0
* Bootstrap: modal.js v3.0.
1
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/popover.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: popover.js v3.0.
0
* Bootstrap: popover.js v3.0.
1
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/scrollspy.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: scrollspy.js v3.0.
0
* Bootstrap: scrollspy.js v3.0.
1
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/tab.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: tab.js v3.0.
0
* Bootstrap: tab.js v3.0.
1
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
js/tooltip.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: tooltip.js v3.0.
0
* Bootstrap: tooltip.js v3.0.
1
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
...
...
js/transition.js
View file @
4e0d022d
/* ========================================================================
* Bootstrap: transition.js v3.0.
0
* Bootstrap: transition.js v3.0.
1
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* Copyright 2013 Twitter, Inc.
...
...
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