Tests: Updated version check.

This commit is contained in:
Scott González 2011-05-28 15:42:55 -04:00
parent b6aee87763
commit e77fcaa6eb

View File

@ -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" );
});
}