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