Missed a var declaration in aad235b325.

This commit is contained in:
Dave Methvin 2012-12-11 23:35:51 -05:00
parent f12611feb4
commit 40e08f81bd

View File

@ -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 ) {