We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6020b6b commit e377621Copy full SHA for e377621
src/effects.js
@@ -112,7 +112,7 @@ jQuery.fn.extend({
112
}
113
114
return this[ optall.queue === false ? "each" : "queue" ](function() {
115
- // XXX ‘this’ does not always have a nodeName when running the
+ // XXX 'this' does not always have a nodeName when running the
116
// test suite
117
118
var opt = jQuery.extend({}, optall), p,
0 commit comments