Commit b3fe4bde authored by David Schnur's avatar David Schnur

Added missing semicolons.

parent 4be713f8
...@@ -94,7 +94,7 @@ Google Maps). ...@@ -94,7 +94,7 @@ Google Maps).
callback(); callback();
}); });
} };
$.plot.image.load = function (urls, callback) { $.plot.image.load = function (urls, callback) {
var missing = urls.length, loaded = {}; var missing = urls.length, loaded = {};
......
...@@ -313,7 +313,7 @@ More detail and specific examples can be found in the included HTML file. ...@@ -313,7 +313,7 @@ More detail and specific examples can be found in the included HTML file.
if (options.series.pie.tilt <= 0.8) { if (options.series.pie.tilt <= 0.8) {
drawShadow(); drawShadow();
} }
} while (!drawPie() && attempts < REDRAW_ATTEMPTS) } while (!drawPie() && attempts < REDRAW_ATTEMPTS);
if (attempts >= REDRAW_ATTEMPTS) { if (attempts >= REDRAW_ATTEMPTS) {
clear(); clear();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment