Skip to content

Commit 40e08f8

Browse files
committed
Missed a var declaration in aad235b.
1 parent f12611f commit 40e08f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ test( "attr(String, Object)", function() {
387387
}
388388

389389
var check = document.createElement("input");
390-
thrown = true;
390+
var thrown = true;
391391
try {
392392
jQuery( check ).attr( "type", "checkbox" );
393393
} catch( e ) {

0 commit comments

Comments
 (0)