Tests: Style updates

Ref #14246
Ref gh-1588
This commit is contained in:
Alexander Schmitz 2015-08-21 00:15:20 -04:00
parent fe5534b347
commit 3188e1c40c
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
$(function() {
$( function() {
$( "#main" )
.addClass( "ui-widget" )
@ -7,4 +7,4 @@ $( "#main" )
.next()
.addClass( "ui-widget-content ui-corner-bottom" );
});
} );

View File

@ -1,4 +1,4 @@
(function() {
( function() {
var versions = [
"1.7.0", "1.7.1", "1.7.2",
@ -9,6 +9,7 @@ var versions = [
"compat-git"
],
additionalTests = {
// component: [ "other_test.html" ]
};
@ -18,8 +19,8 @@ window.testAllVersions = function( widget ) {
function( test ) {
return $.map( versions, function( version ) {
return test + "?jquery=" + version;
});
}));
} );
} ) );
};
}());
}() );