upgrade to QUnit v1.17.1

[skip validator]
This commit is contained in:
Chris Rebert 2015-02-23 22:18:47 -08:00
parent 1cbbeef47c
commit bda4fe87ca
2 changed files with 5 additions and 5 deletions

View 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 */

View 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;
}