From a35b7d0fead6c5dc6e4270e2a01b7f65ca3d45ef Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 4 May 2011 17:04:54 +0200 Subject: [PATCH] Corrected inline comment --- jquery.flot.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jquery.flot.js b/jquery.flot.js index fd87ef8..ebe7a7f 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -1693,8 +1693,7 @@ ctx.fillStyle = axis.options.color; // Important: Don't use quotes around axis.font.family! Just around single - // font names like 'Times New Roman' that have a space in it, or if it includes a - // special character). + // font names like 'Times New Roman' that have a space or special character in it. ctx.font = f.style + " " + f.variant + " " + f.weight + " " + f.size + "px " + f.family; ctx.textAlign = "start"; // middle align the labels - top would be more