Skip to content

Commit e77fcaa

Browse files
committed
Tests: Updated version check.
1 parent b6aee87 commit e77fcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/testsuite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ window.commonWidgetTests = function( widget, settings ) {
6161
testWidgetOverrides( widget );
6262
testBasicUsage( widget );
6363
test( "version", function() {
64-
ok( "version" in $.ui[ widget ], "version property exists" );
64+
ok( "version" in $.ui[ widget ].prototype, "version property exists" );
6565
});
6666
}
6767

0 commit comments

Comments
 (0)