mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Updated version check.
This commit is contained in:
parent
b6aee87763
commit
e77fcaa6eb
@ -61,7 +61,7 @@ window.commonWidgetTests = function( widget, settings ) {
|
|||||||
testWidgetOverrides( widget );
|
testWidgetOverrides( widget );
|
||||||
testBasicUsage( widget );
|
testBasicUsage( widget );
|
||||||
test( "version", function() {
|
test( "version", function() {
|
||||||
ok( "version" in $.ui[ widget ], "version property exists" );
|
ok( "version" in $.ui[ widget ].prototype, "version property exists" );
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user