Skip to content
Permalink
Browse files
Fixed mistake with tweaked iframe manipulation test.
  • Loading branch information
jeresig committed Aug 26, 2010
1 parent c5382ad commit 1e9d6e1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -265,7 +265,7 @@ var testAppend = function(valueObj) {
var body = jQuery("#iframe")[0].contentWindow.document.body;

pass = false;
jQuery( document.body ).append(valueObj( "<div>test</div>" ));
jQuery( body ).append(valueObj( "<div>test</div>" ));
pass = true;
} catch(e) {}

0 comments on commit 1e9d6e1

Please sign in to comment.