Skip to content

Commit

Permalink
JSLINT: put 0s in front of decimal points
Browse files Browse the repository at this point in the history
  • Loading branch information
Cogito committed Mar 7, 2012
1 parent 9181c6b commit 174c0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bezier.js
Expand Up @@ -271,8 +271,8 @@ var utilities = (function(){
vectors.extend(Vector(35,-1))
.extend(Vector(15,0))
.extend(Vector(25,1.4))
.extend(Vector(15,-.3))
.extend(Vector(35,-.7))
.extend(Vector(15,-0.3))
.extend(Vector(35,-0.7))
.extend(Vector(55,Math.PI/2));
// on document ready
$(function() {
Expand Down

0 comments on commit 174c0a4

Please sign in to comment.