Removed extra comma that was causing IE7 errors.

pull/1/head
David Schnur 14 years ago
parent 7ee31a6099
commit eac2d075f0

@ -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,

Loading…
Cancel
Save