From 8b33e23ea07b206e96e39bb194675de80cff10ab Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 12 Dec 2010 13:37:00 -0600 Subject: [PATCH] Return test comments to ASCII space --- test/unit/manipulation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 29c79a2..6c3ecf8 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -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 don’t 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 () { @@ -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 let’s test with it too. + // so let's test with it too. div = jQuery("
").html(' '); clone = div.clone(true); -- 1.7.10.4