Fix quotes in comment.
This commit is contained in:
parent
6020b6bb38
commit
e377621eaf
2
src/effects.js
vendored
2
src/effects.js
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue