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