Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
test/unit/attributes.js
|
@@ -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 ) { |
|
|