Skip to content

Commit 3f839af

Browse files
committed
Tests: hotfix for c1511c6
Refs c1511c6
1 parent 2732531 commit 3f839af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,6 @@ QUnit.test( ".data(camelCase) retrieves hyphenated keys", function( assert ) {
884884

885885
var div = jQuery( "<div/>" );
886886

887-
$.data( div[ 0 ], "data-test", "data" );
887+
jQuery.data( div[ 0 ], "data-test", "data" );
888888
assert.equal( div.data( "dataTest" ), "data" );
889889
} );

0 commit comments

Comments
 (0)