mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 07:18:07 -05:00
Fix quotes in comment.
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user