From 7b867f8c1fd29061678e5ed787ab71841be54b0e Mon Sep 17 00:00:00 2001 From: Julien Thomas Date: Fri, 21 Sep 2012 18:18:33 +0200 Subject: [PATCH] Whitespace cleanup in resizeCanvas() --- jquery.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.js b/jquery.flot.js index 6931a8b..1825674 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -780,7 +780,7 @@ function resizeCanvas(c) { - var cctx = c.getContext("2d"); + var cctx = c.getContext("2d"); // Handle pixel ratios > 1 for retina displays, as explained in makeCanvas