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
1409cde7
Commit
1409cde7
authored
Jan 30, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump versions, run grunt
parent
9a6b7ab3
Changes
29
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
50 additions
and
50 deletions
+50
-50
README.md
README.md
+1
-1
_config.yml
_config.yml
+7
-7
bower.json
bower.json
+1
-1
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css
+1
-1
dist/css/bootstrap-theme.min.css
dist/css/bootstrap-theme.min.css
+1
-1
dist/css/bootstrap.css
dist/css/bootstrap.css
+1
-1
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
dist/js/bootstrap.js
dist/js/bootstrap.js
+13
-13
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+1
-1
docs/assets/js/customize.min.js
docs/assets/js/customize.min.js
+3
-3
docs/assets/js/customizer.js
docs/assets/js/customizer.js
+1
-1
docs/assets/js/raw-files.min.js
docs/assets/js/raw-files.min.js
+2
-2
docs/dist/css/bootstrap-theme.min.css
docs/dist/css/bootstrap-theme.min.css
+1
-1
docs/dist/css/bootstrap.min.css
docs/dist/css/bootstrap.min.css
+1
-1
docs/dist/js/bootstrap.min.js
docs/dist/js/bootstrap.min.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
package.json
package.json
+1
-1
test-infra/npm-shrinkwrap.canonical.json
test-infra/npm-shrinkwrap.canonical.json
+1
-1
No files found.
README.md
View file @
1409cde7
...
@@ -21,7 +21,7 @@ To get started, check out <http://getbootstrap.com>!
...
@@ -21,7 +21,7 @@ To get started, check out <http://getbootstrap.com>!
Three quick start options are available:
Three quick start options are available:
-
[
Download the latest release
](
https://github.com/twbs/bootstrap/archive/v3.
0.3
.zip
)
.
-
[
Download the latest release
](
https://github.com/twbs/bootstrap/archive/v3.
1.0
.zip
)
.
-
Clone the repo:
`git clone https://github.com/twbs/bootstrap.git`
.
-
Clone the repo:
`git clone https://github.com/twbs/bootstrap.git`
.
-
Install with
[
Bower
](
http://bower.io
)
:
`bower install bootstrap`
.
-
Install with
[
Bower
](
http://bower.io
)
:
`bower install bootstrap`
.
...
...
_config.yml
View file @
1409cde7
...
@@ -17,19 +17,19 @@ encoding: UTF-8
...
@@ -17,19 +17,19 @@ encoding: UTF-8
exclude
:
[
"
vendor"
]
exclude
:
[
"
vendor"
]
# Custom vars
# Custom vars
current_version
:
3.
0.3
current_version
:
3.
1.0
repo
:
https://github.com/twbs/bootstrap
repo
:
https://github.com/twbs/bootstrap
sass_repo
:
https://github.com/twbs/bootstrap-sass
sass_repo
:
https://github.com/twbs/bootstrap-sass
download
:
download
:
source
:
https://github.com/twbs/bootstrap/archive/v3.
0.3
.zip
source
:
https://github.com/twbs/bootstrap/archive/v3.
1.0
.zip
dist
:
https://github.com/twbs/bootstrap/releases/download/v3.
0.3/bootstrap-3.0.3
-dist.zip
dist
:
https://github.com/twbs/bootstrap/releases/download/v3.
1.0/bootstrap-3.1.0
-dist.zip
sass
:
https://github.com/twbs/bootstrap-sass/archive/v3.
0.3
.0.tar.gz
sass
:
https://github.com/twbs/bootstrap-sass/archive/v3.
1.0
.0.tar.gz
blog
:
http://blog.getbootstrap.com
blog
:
http://blog.getbootstrap.com
expo
:
http://expo.getbootstrap.com
expo
:
http://expo.getbootstrap.com
cdn
:
cdn
:
css
:
//netdna.bootstrapcdn.com/bootstrap/3.
0.3
/css/bootstrap.min.css
css
:
//netdna.bootstrapcdn.com/bootstrap/3.
1.0
/css/bootstrap.min.css
css_theme
:
//netdna.bootstrapcdn.com/bootstrap/3.
0.3
/css/bootstrap-theme.min.css
css_theme
:
//netdna.bootstrapcdn.com/bootstrap/3.
1.0
/css/bootstrap-theme.min.css
js
:
//netdna.bootstrapcdn.com/bootstrap/3.
0.3
/js/bootstrap.min.js
js
:
//netdna.bootstrapcdn.com/bootstrap/3.
1.0
/js/bootstrap.min.js
bower.json
View file @
1409cde7
{
{
"name"
:
"bootstrap"
,
"name"
:
"bootstrap"
,
"version"
:
"3.
0.3
"
,
"version"
:
"3.
1.0
"
,
"main"
:
[
"main"
:
[
"./dist/css/bootstrap.css"
,
"./dist/css/bootstrap.css"
,
"./dist/js/bootstrap.js"
,
"./dist/js/bootstrap.js"
,
...
...
dist/css/bootstrap-theme.css
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
...
dist/css/bootstrap-theme.min.css
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
...
dist/css/bootstrap.css
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
...
dist/css/bootstrap.min.css
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
...
dist/js/bootstrap.js
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
if
(
typeof
jQuery
===
'
undefined
'
)
{
throw
new
Error
(
'
Bootstrap requires jQuery
'
)
}
if
(
typeof
jQuery
===
'
undefined
'
)
{
throw
new
Error
(
'
Bootstrap requires jQuery
'
)
}
/* ========================================================================
/* ========================================================================
* Bootstrap: transition.js v3.
0.3
* Bootstrap: transition.js v3.
1.0
* http://getbootstrap.com/javascript/#transitions
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -56,7 +56,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -56,7 +56,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: alert.js v3.
0.3
* Bootstrap: alert.js v3.
1.0
* http://getbootstrap.com/javascript/#alerts
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -145,7 +145,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -145,7 +145,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: button.js v3.
0.3
* Bootstrap: button.js v3.
1.0
* http://getbootstrap.com/javascript/#buttons
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -253,7 +253,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -253,7 +253,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: carousel.js v3.
0.3
* Bootstrap: carousel.js v3.
1.0
* http://getbootstrap.com/javascript/#carousel
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -459,7 +459,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -459,7 +459,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: collapse.js v3.
0.3
* Bootstrap: collapse.js v3.
1.0
* http://getbootstrap.com/javascript/#collapse
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -630,7 +630,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -630,7 +630,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: dropdown.js v3.
0.3
* Bootstrap: dropdown.js v3.
1.0
* http://getbootstrap.com/javascript/#dropdowns
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -778,7 +778,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -778,7 +778,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: modal.js v3.
0.3
* Bootstrap: modal.js v3.
1.0
* http://getbootstrap.com/javascript/#modals
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -1022,7 +1022,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -1022,7 +1022,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: tooltip.js v3.
0.3
* Bootstrap: tooltip.js v3.
1.0
* http://getbootstrap.com/javascript/#tooltip
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
* ========================================================================
...
@@ -1422,7 +1422,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -1422,7 +1422,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: popover.js v3.
0.3
* Bootstrap: popover.js v3.
1.0
* http://getbootstrap.com/javascript/#popovers
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -1533,7 +1533,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -1533,7 +1533,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: scrollspy.js v3.
0.3
* Bootstrap: scrollspy.js v3.
1.0
* http://getbootstrap.com/javascript/#scrollspy
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -1687,7 +1687,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -1687,7 +1687,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: tab.js v3.
0.3
* Bootstrap: tab.js v3.
1.0
* http://getbootstrap.com/javascript/#tabs
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
@@ -1813,7 +1813,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
...
@@ -1813,7 +1813,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
}(
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: affix.js v3.
0.3
* Bootstrap: affix.js v3.
1.0
* http://getbootstrap.com/javascript/#affix
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
dist/js/bootstrap.min.js
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
...
docs/assets/js/customize.min.js
View file @
1409cde7
This diff is collapsed.
Click to expand it.
docs/assets/js/customizer.js
View file @
1409cde7
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
window
.
onload
=
function
()
{
// wait for load in a dumb way because B-0
window
.
onload
=
function
()
{
// wait for load in a dumb way because B-0
var
cw
=
'
/*!
\n
'
+
var
cw
=
'
/*!
\n
'
+
'
* Bootstrap v3.
0.3
(http://getbootstrap.com)
\n
'
+
'
* Bootstrap v3.
1.0
(http://getbootstrap.com)
\n
'
+
'
* Copyright 2011-2014 Twitter, Inc.
\n
'
+
'
* Copyright 2011-2014 Twitter, Inc.
\n
'
+
'
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
\n
'
+
'
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
\n
'
+
'
*/
\n\n
'
;
'
*/
\n\n
'
;
...
...
docs/assets/js/raw-files.min.js
View file @
1409cde7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
docs/dist/css/bootstrap-theme.min.css
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
...
docs/dist/css/bootstrap.min.css
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
...
docs/dist/js/bootstrap.min.js
View file @
1409cde7
/*!
/*!
* Bootstrap v3.
0.3
(http://getbootstrap.com)
* Bootstrap v3.
1.0
(http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
...
...
js/affix.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: affix.js v3.
0.3
* Bootstrap: affix.js v3.
1.0
* http://getbootstrap.com/javascript/#affix
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/alert.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: alert.js v3.
0.3
* Bootstrap: alert.js v3.
1.0
* http://getbootstrap.com/javascript/#alerts
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/button.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: button.js v3.
0.3
* Bootstrap: button.js v3.
1.0
* http://getbootstrap.com/javascript/#buttons
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/carousel.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: carousel.js v3.
0.3
* Bootstrap: carousel.js v3.
1.0
* http://getbootstrap.com/javascript/#carousel
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/collapse.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: collapse.js v3.
0.3
* Bootstrap: collapse.js v3.
1.0
* http://getbootstrap.com/javascript/#collapse
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/dropdown.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: dropdown.js v3.
0.3
* Bootstrap: dropdown.js v3.
1.0
* http://getbootstrap.com/javascript/#dropdowns
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/modal.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: modal.js v3.
0.3
* Bootstrap: modal.js v3.
1.0
* http://getbootstrap.com/javascript/#modals
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/popover.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: popover.js v3.
0.3
* Bootstrap: popover.js v3.
1.0
* http://getbootstrap.com/javascript/#popovers
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/scrollspy.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: scrollspy.js v3.
0.3
* Bootstrap: scrollspy.js v3.
1.0
* http://getbootstrap.com/javascript/#scrollspy
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/tab.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: tab.js v3.
0.3
* Bootstrap: tab.js v3.
1.0
* http://getbootstrap.com/javascript/#tabs
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
js/tooltip.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: tooltip.js v3.
0.3
* Bootstrap: tooltip.js v3.
1.0
* http://getbootstrap.com/javascript/#tooltip
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
* ========================================================================
...
...
js/transition.js
View file @
1409cde7
/* ========================================================================
/* ========================================================================
* Bootstrap: transition.js v3.
0.3
* Bootstrap: transition.js v3.
1.0
* http://getbootstrap.com/javascript/#transitions
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
...
...
package.json
View file @
1409cde7
{
{
"name"
:
"bootstrap"
,
"name"
:
"bootstrap"
,
"description"
:
"Sleek, intuitive, and powerful front-end framework for faster and easier web development."
,
"description"
:
"Sleek, intuitive, and powerful front-end framework for faster and easier web development."
,
"version"
:
"3.
0.3
"
,
"version"
:
"3.
1.0
"
,
"keywords"
:
[
"keywords"
:
[
"bootstrap"
,
"bootstrap"
,
"css"
"css"
...
...
test-infra/npm-shrinkwrap.canonical.json
View file @
1409cde7
This diff is collapsed.
Click to expand it.
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