mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Missed a var declaration in aad235b325
.
This commit is contained in:
parent
f12611feb4
commit
40e08f81bd
@ -387,7 +387,7 @@ test( "attr(String, Object)", function() {
|
||||
}
|
||||
|
||||
var check = document.createElement("input");
|
||||
thrown = true;
|
||||
var thrown = true;
|
||||
try {
|
||||
jQuery( check ).attr( "type", "checkbox" );
|
||||
} catch( e ) {
|
||||
|
Loading…
Reference in New Issue
Block a user