From: Chris Rebert Date: Tue, 24 Feb 2015 06:18:47 +0000 (-0800) Subject: upgrade to QUnit v1.17.1 X-Git-Tag: v3.3.4~91^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda4fe87ca37c2ca03c0609847de68c0bb5f81cd;p=thirdparty%2Fbootstrap.git upgrade to QUnit v1.17.1 [skip validator] --- diff --git a/js/tests/vendor/qunit.css b/js/tests/vendor/qunit.css index bfcdca411c..0eb0b0171d 100644 --- a/js/tests/vendor/qunit.css +++ b/js/tests/vendor/qunit.css @@ -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 */ diff --git a/js/tests/vendor/qunit.js b/js/tests/vendor/qunit.js index 46d404157e..006ca47474 100644 --- a/js/tests/vendor/qunit.js +++ b/js/tests/vendor/qunit.js @@ -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; }