From e377621eaf85915b8459632cf2565e40e54d6c19 Mon Sep 17 00:00:00 2001 From: John Resig Date: Thu, 28 Oct 2010 15:59:58 -0400 Subject: [PATCH] Fix quotes in comment. --- src/effects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects.js b/src/effects.js index d87ba8f..e95741c 100644 --- a/src/effects.js +++ b/src/effects.js @@ -112,7 +112,7 @@ jQuery.fn.extend({ } return this[ optall.queue === false ? "each" : "queue" ](function() { - // XXX ‘this’ does not always have a nodeName when running the + // XXX 'this' does not always have a nodeName when running the // test suite var opt = jQuery.extend({}, optall), p, -- 1.7.10.4