Added missing semicolons.

pull/1/head
David Schnur 13 years ago
parent 4be713f8d8
commit b3fe4bdef3

@ -94,7 +94,7 @@ Google Maps).
callback();
});
}
};
$.plot.image.load = function (urls, callback) {
var missing = urls.length, loaded = {};

@ -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();

Loading…
Cancel
Save