Skip to content

Commit 5011c6d

Browse files
joefeserDave Reed
authored andcommitted
1 parent da6b711 commit 5011c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Adds linkTo, linkFrom, and linkBoth plugins.
5151
}
5252
5353
})
54-
// Allow changing attr 'y' from 'undefined' to '2'?
54+
// Allow changing attr 'foo' from 'undefined' to 'bar'?
5555
// yes: value set, attrChange event raised
5656
// no: value not set, attrChange event not raised
5757
.attr("foo", "bar");

0 commit comments

Comments
Â?(0)