aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-14 23:28:48 -0800
committerMark Otto <[email protected]>2012-01-14 23:28:48 -0800
commit16eccc43d9fa6317818b5d1621d0477150214488 (patch)
treeec92bcff152055ea121424d9961d5f97f028a060 /js/tests
parentdab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc (diff)
downloadbootstrap-16eccc43d9fa6317818b5d1621d0477150214488.tar.xz
bootstrap-16eccc43d9fa6317818b5d1621d0477150214488.zip
dates updated to 2012
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/vendor/jquery.js4
-rw-r--r--js/tests/vendor/qunit.css2
-rw-r--r--js/tests/vendor/qunit.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/js/tests/vendor/jquery.js b/js/tests/vendor/jquery.js
index 01fbe13c8..4c7013a87 100644
--- a/js/tests/vendor/jquery.js
+++ b/js/tests/vendor/jquery.js
@@ -1461,7 +1461,7 @@ jQuery.support = (function() {
// Check if div with explicit width and no margin-right incorrectly
// gets computed margin-right based on width of container. For more
// info see bug #3333
- // Fails in WebKit before Feb 2011 nightlies
+ // Fails in WebKit before Feb 2012 nightlies
// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
if ( window.getComputedStyle ) {
marginDiv = document.createElement( "div" );
@@ -3837,7 +3837,7 @@ jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblcl
/*!
* Sizzle CSS Selector Engine
- * Copyright 2011, The Dojo Foundation
+ * Copyright 2012, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses.
* More information: http://sizzlejs.com/
*/
diff --git a/js/tests/vendor/qunit.css b/js/tests/vendor/qunit.css
index 800dac541..b3e3d002d 100644
--- a/js/tests/vendor/qunit.css
+++ b/js/tests/vendor/qunit.css
@@ -3,7 +3,7 @@
*
* http://docs.jquery.com/QUnit
*
- * Copyright (c) 2011 John Resig, Jörn Zaefferer
+ * Copyright (c) 2012 John Resig, Jörn Zaefferer
* Dual licensed under the MIT (MIT-LICENSE.txt)
* or GPL (GPL-LICENSE.txt) licenses.
*/
diff --git a/js/tests/vendor/qunit.js b/js/tests/vendor/qunit.js
index 9047f97a0..46c95b298 100644
--- a/js/tests/vendor/qunit.js
+++ b/js/tests/vendor/qunit.js
@@ -3,7 +3,7 @@
*
* http://docs.jquery.com/QUnit
*
- * Copyright (c) 2011 John Resig, Jörn Zaefferer
+ * Copyright (c) 2012 John Resig, Jörn Zaefferer
* Dual licensed under the MIT (MIT-LICENSE.txt)
* or GPL (GPL-LICENSE.txt) licenses.
*/