Skip to content

Commit

Permalink
Whitespace cleanup in resizeCanvas()
Browse files Browse the repository at this point in the history
  • Loading branch information
julthomas committed Sep 21, 2012
1 parent 7a22921 commit 7b867f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.flot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b867f8

Please sign in to comment.