diff options
author | John Resig <jeresig@gmail.com> | 2010-10-28 15:59:58 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2010-10-28 15:59:58 -0400 |
commit | e377621eaf85915b8459632cf2565e40e54d6c19 (patch) | |
tree | 536ea07f1aaf773387251b2a8d771888aa924a97 /src/effects.js | |
parent | 6020b6bb38499e445e047f8a01de81f170ae20f5 (diff) | |
download | jquery-e377621eaf85915b8459632cf2565e40e54d6c19.tar.gz jquery-e377621eaf85915b8459632cf2565e40e54d6c19.zip |
Fix quotes in comment.
Diffstat (limited to 'src/effects.js')
-rw-r--r-- | src/effects.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.js b/src/effects.js index d87ba8f5d..e95741c06 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, |