Skip to content

Commit a35b7d0

Browse files
committed
Corrected inline comment
1 parent 82ac1ae commit a35b7d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jquery.flot.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,8 +1693,7 @@
16931693

16941694
ctx.fillStyle = axis.options.color;
16951695
// Important: Don't use quotes around axis.font.family! Just around single
1696-
// font names like 'Times New Roman' that have a space in it, or if it includes a
1697-
// special character).
1696+
// font names like 'Times New Roman' that have a space or special character in it.
16981697
ctx.font = f.style + " " + f.variant + " " + f.weight + " " + f.size + "px " + f.family;
16991698
ctx.textAlign = "start";
17001699
// middle align the labels - top would be more

0 commit comments

Comments
 (0)