Skip to content

Commit

Permalink
Return test comments to ASCII space
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Dec 12, 2010
1 parent 4fae75d commit 8b33e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/manipulation.js
Expand Up @@ -388,7 +388,7 @@ test("append the same fragment with events (Bug #6997, 5566)", function () {
var element;

// This patch modified the way that cloning occurs in IE; we need to make sure that
// native event handlers on the original object dont get disturbed when they are
// native event handlers on the original object don't get disturbed when they are
// modified on the clone
if (!jQuery.support.noCloneEvent && document.fireEvent) {
element = jQuery("div:first").click(function () {
Expand Down Expand Up @@ -890,7 +890,7 @@ test("clone()", function() {

// this is technically an invalid object, but because of the special
// classid instantiation it is the only kind that IE has trouble with,
// so lets test with it too.
// so let's test with it too.
div = jQuery("<div/>").html('<object height="355" width="425" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="movie" value="http://www.youtube.com/v/3KANI2dpXLw&amp;hl=en"> <param name="wmode" value="transparent"> </object>');

clone = div.clone(true);
Expand Down

0 comments on commit 8b33e23

Please sign in to comment.