mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
fe5534b347
commit
3188e1c40c
@ -1,4 +1,4 @@
|
|||||||
$(function() {
|
$( function() {
|
||||||
|
|
||||||
$( "#main" )
|
$( "#main" )
|
||||||
.addClass( "ui-widget" )
|
.addClass( "ui-widget" )
|
||||||
@ -7,4 +7,4 @@ $( "#main" )
|
|||||||
.next()
|
.next()
|
||||||
.addClass( "ui-widget-content ui-corner-bottom" );
|
.addClass( "ui-widget-content ui-corner-bottom" );
|
||||||
|
|
||||||
});
|
} );
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
(function() {
|
( function() {
|
||||||
|
|
||||||
var versions = [
|
var versions = [
|
||||||
"1.7.0", "1.7.1", "1.7.2",
|
"1.7.0", "1.7.1", "1.7.2",
|
||||||
@ -9,6 +9,7 @@ var versions = [
|
|||||||
"compat-git"
|
"compat-git"
|
||||||
],
|
],
|
||||||
additionalTests = {
|
additionalTests = {
|
||||||
|
|
||||||
// component: [ "other_test.html" ]
|
// component: [ "other_test.html" ]
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -18,8 +19,8 @@ window.testAllVersions = function( widget ) {
|
|||||||
function( test ) {
|
function( test ) {
|
||||||
return $.map( versions, function( version ) {
|
return $.map( versions, function( version ) {
|
||||||
return test + "?jquery=" + version;
|
return test + "?jquery=" + version;
|
||||||
});
|
} );
|
||||||
}));
|
} ) );
|
||||||
};
|
};
|
||||||
|
|
||||||
}());
|
}() );
|
||||||
|
Loading…
Reference in New Issue
Block a user