From eac2d075f04552aa95554b85ddf60f79a3f1267a Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 24 Nov 2012 22:54:20 -0500 Subject: [PATCH] Removed extra comma that was causing IE7 errors. --- jquery.flot.pie.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index 30e22fd..8f20f52 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -762,9 +762,9 @@ More detail and specific examples can be found in the included HTML file. startAngle: 3/2, tilt: 1, shadow: { - left: 5, // shadow left offset - top: 15, // shadow top offset - alpha: 0.02, // shadow alpha + left: 5, // shadow left offset + top: 15, // shadow top offset + alpha: 0.02 // shadow alpha }, offset: { top: 0,