]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
upgrade to QUnit v1.17.1 15894/head
authorChris Rebert <code@rebertia.com>
Tue, 24 Feb 2015 06:18:47 +0000 (22:18 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 24 Feb 2015 06:18:51 +0000 (22:18 -0800)
[skip validator]

js/tests/vendor/qunit.css
js/tests/vendor/qunit.js

index bfcdca411ccc89acaa5833ffde104417d7b3e14e..0eb0b0171daac2f53e38bb496e5b04d9ee4ffd19 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * QUnit 1.17.0
+ * QUnit 1.17.1
  * http://qunitjs.com/
  *
  * Copyright jQuery Foundation and other contributors
  * Released under the MIT license
  * http://jquery.org/license
  *
- * Date: 2015-01-19T11:58Z
+ * Date: 2015-01-20T19:39Z
  */
 
 /** Font Family and Sizes */
index 46d404157e855ffe3edeec90ddb230a262a0cba2..006ca47474b21f11068f34fc9ab4cd1f290bcb97 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * QUnit 1.17.0
+ * QUnit 1.17.1
  * http://qunitjs.com/
  *
  * Copyright jQuery Foundation and other contributors
  * Released under the MIT license
  * http://jquery.org/license
  *
- * Date: 2015-01-19T11:58Z
+ * Date: 2015-01-20T19:39Z
  */
 
 (function( window ) {
@@ -2522,7 +2522,7 @@ function toolbarModuleFilter() {
                moduleFilter = document.createElement( "span" ),
                moduleFilterHtml = toolbarModuleFilterHtml();
 
-       if ( !moduleFilterHtml ) {
+       if ( !toolbar || !moduleFilterHtml ) {
                return false;
        }