diff options
| author | Chris Rebert <[email protected]> | 2014-01-13 19:09:49 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-13 19:09:51 -0800 |
| commit | bfe74f7b2f4b90d2544ed5e927b5f81d3043bc3e (patch) | |
| tree | 42b53207f78714910a42609a0a1ca4606b22729b | |
| parent | b9216a292cb4f7c6cee326dc1ff09a96cd3430f8 (diff) | |
| download | bootstrap-bfe74f7b2f4b90d2544ed5e927b5f81d3043bc3e.tar.xz bootstrap-bfe74f7b2f4b90d2544ed5e927b5f81d3043bc3e.zip | |
Revert accidental overzealousness from 16eccc43d9
Let's not confuse the archaeologists & historians.
| -rw-r--r-- | js/tests/vendor/qunit.css | 2 | ||||
| -rw-r--r-- | js/tests/vendor/qunit.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/vendor/qunit.css b/js/tests/vendor/qunit.css index aa0445dd8..6bebe9799 100644 --- a/js/tests/vendor/qunit.css +++ b/js/tests/vendor/qunit.css @@ -3,7 +3,7 @@ * * http://docs.jquery.com/QUnit * - * Copyright (c) 2012 John Resig, Jörn Zaefferer + * Copyright (c) 2011 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 b332d7050..a711c82a8 100644 --- a/js/tests/vendor/qunit.js +++ b/js/tests/vendor/qunit.js @@ -3,7 +3,7 @@ * * http://docs.jquery.com/QUnit * - * Copyright (c) 2012 John Resig, Jörn Zaefferer + * Copyright (c) 2011 John Resig, Jörn Zaefferer * Dual licensed under the MIT (MIT-LICENSE.txt) * or GPL (GPL-LICENSE.txt) licenses. */ |
