From b3fe4bdef322d5e8c44789f35fb3bdfab2b22491 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Thu, 11 Apr 2013 22:44:46 -0400 Subject: [PATCH] Added missing semicolons. --- jquery.flot.image.js | 2 +- jquery.flot.pie.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.flot.image.js b/jquery.flot.image.js index e43f16b..80e86c2 100644 --- a/jquery.flot.image.js +++ b/jquery.flot.image.js @@ -94,7 +94,7 @@ Google Maps). callback(); }); - } + }; $.plot.image.load = function (urls, callback) { var missing = urls.length, loaded = {}; diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index 05428f3..517f8cf 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -313,7 +313,7 @@ More detail and specific examples can be found in the included HTML file. if (options.series.pie.tilt <= 0.8) { drawShadow(); } - } while (!drawPie() && attempts < REDRAW_ATTEMPTS) + } while (!drawPie() && attempts < REDRAW_ATTEMPTS); if (attempts >= REDRAW_ATTEMPTS) { clear();