Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 12, 2013
1 parent 9641a02 commit a58f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -130,7 +130,7 @@ Spinner.prototype.draw = function(ctx){
half + Math.sin(Math.PI * 0.5 - angle) * half,
half + Math.cos(Math.PI * 0.5 - angle) * half
);
grad.addColorStop(0, "rgba(0, 0, 0, 0)");
grad.addColorStop(0, 'rgba(0, 0, 0, 0)');
grad.addColorStop(1, 'rgba(0, 0, 0, 1)');
ctx.strokeStyle = grad;
ctx.beginPath();
Expand Down

0 comments on commit a58f2a7

Please sign in to comment.