Skip to content

Commit

Permalink
Tests: Style updates
Browse files Browse the repository at this point in the history
Ref #14246
Ref gh-1588
  • Loading branch information
arschmitz committed Aug 21, 2015
1 parent fe5534b commit 3188e1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/index.js
@@ -1,4 +1,4 @@
$(function() {
$( function() {

$( "#main" )
.addClass( "ui-widget" )
Expand All @@ -7,4 +7,4 @@ $( "#main" )
.next()
.addClass( "ui-widget-content ui-corner-bottom" );

});
} );
9 changes: 5 additions & 4 deletions tests/unit/subsuite.js
@@ -1,4 +1,4 @@
(function() {
( function() {

var versions = [
"1.7.0", "1.7.1", "1.7.2",
Expand All @@ -9,6 +9,7 @@ var versions = [
"compat-git"
],
additionalTests = {

// component: [ "other_test.html" ]
};

Expand All @@ -18,8 +19,8 @@ window.testAllVersions = function( widget ) {
function( test ) {
return $.map( versions, function( version ) {
return test + "?jquery=" + version;
});
}));
} );
} ) );
};

}());
}() );

0 comments on commit 3188e1c

Please sign in to comment.