Skip to content

Commit e377621

Browse files
committed
Fix quotes in comment.
1 parent 6020b6b commit e377621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/effects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jQuery.fn.extend({
112112
}
113113

114114
return this[ optall.queue === false ? "each" : "queue" ](function() {
115-
// XXX this does not always have a nodeName when running the
115+
// XXX 'this' does not always have a nodeName when running the
116116
// test suite
117117

118118
var opt = jQuery.extend({}, optall), p,

0 commit comments

Comments
 (0)