Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-12-19 22:43:06 +0300
committerChris Rebert <code@rebertia.com>2014-12-20 00:30:04 +0300
commitac0ba6fc92e5379bfc5fe22f45b8c201c546defd (patch)
tree7bd336e1f8010c89898d64ba22cba93e0604b57b /dist
parenteee11ade7f7e06708766fff7e752b041cd4124b4 (diff)
grunt dist
Diffstat (limited to 'dist')
-rw-r--r--dist/browser/bootlint.js14
1 files changed, 8 insertions, 6 deletions
diff --git a/dist/browser/bootlint.js b/dist/browser/bootlint.js
index 6c63370..4800d9c 100644
--- a/dist/browser/bootlint.js
+++ b/dist/browser/bootlint.js
@@ -9,7 +9,7 @@
},{}],2:[function(require,module,exports){
/*!
- * jQuery JavaScript Library v2.1.2
+ * jQuery JavaScript Library v2.1.3
* http://jquery.com/
*
* Includes Sizzle.js
@@ -19,7 +19,7 @@
* Released under the MIT license
* http://jquery.org/license
*
- * Date: 2014-12-17T14:01Z
+ * Date: 2014-12-18T15:11Z
*/
(function( global, factory ) {
@@ -77,7 +77,7 @@ var
// Use the correct document accordingly with window argument (sandbox)
document = window.document,
- version = "2.1.2",
+ version = "2.1.3",
// Define a local copy of jQuery
jQuery = function( selector, context ) {
@@ -7582,7 +7582,7 @@ var
allTypes = "*/".concat( "*" ),
// Document location
- ajaxLocation = location.href,
+ ajaxLocation = window.location.href,
// Segment location into parts
ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
@@ -11194,8 +11194,10 @@ var LocationIndex = _location.LocationIndex;
}).sort(semver.compare);
if (versions.length) {
var minVersion = versions[0];
- reporter(OUTDATED_BOOTSTRAP + minVersion);
- return;
+ if (semver.lt(minVersion, CURRENT_BOOTSTRAP_VERSION, true)) {
+ reporter(OUTDATED_BOOTSTRAP + minVersion);
+ return;
+ }
}
}
// check for Bootstrap <link>s and <script>s