Skip to content

Commit

Permalink
js comments and README updated to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Acevedo committed Nov 6, 2013
1 parent 0c9ad8f commit 5e257a7
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ Sass runs as a local GEM on your system. You can run `sass --watch lib/bootstrap

Three quick start options are available:

* [Download the latest release](https://github.com/twbs/bootstrap/releases/tag/v3.0.0).
* [Download the latest release](https://github.com/twbs/bootstrap/releases/tag/v3.0.1).
* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
* Install with [Bower](http://bower.io): `bower install bootstrap`.

Expand Down
24 changes: 12 additions & 12 deletions dist/js/bootstrap.js
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
* ========================================================================
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs-assets/js/customizer.js
Expand Up @@ -7,7 +7,7 @@


window.onload = function () { // wait for load in a dumb way because B-0
var cw = '/*!\n * Bootstrap v3.0.0\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n'
var cw = '/*!\n * Bootstrap v3.0.1\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n'

function showError(msg, err) {
$('<div id="bsCustomizerAlert" class="bs-customizer-alert">\
Expand Down
2 changes: 1 addition & 1 deletion docs-assets/js/raw-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/affix.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: affix.js v3.0.0
* Bootstrap: affix.js v3.0.1
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/alert.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: alert.js v3.0.0
* Bootstrap: alert.js v3.0.1
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/button.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: button.js v3.0.0
* Bootstrap: button.js v3.0.1
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/carousel.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: carousel.js v3.0.0
* Bootstrap: carousel.js v3.0.1
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/collapse.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: collapse.js v3.0.0
* Bootstrap: collapse.js v3.0.1
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/dropdown.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: dropdown.js v3.0.0
* Bootstrap: dropdown.js v3.0.1
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/modal.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: modal.js v3.0.0
* Bootstrap: modal.js v3.0.1
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/popover.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: popover.js v3.0.0
* Bootstrap: popover.js v3.0.1
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/scrollspy.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: scrollspy.js v3.0.0
* Bootstrap: scrollspy.js v3.0.1
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/tab.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: tab.js v3.0.0
* Bootstrap: tab.js v3.0.1
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion js/tooltip.js
@@ -1,5 +1,5 @@
/* ========================================================================
* 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
* ========================================================================
Expand Down
2 changes: 1 addition & 1 deletion js/transition.js
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: transition.js v3.0.0
* Bootstrap: transition.js v3.0.1
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* Copyright 2013 Twitter, Inc.
Expand Down

0 comments on commit 5e257a7

Please sign in to comment.