Skip to content

Commit

Permalink
An extra curly brace snuck in there somehow!
Browse files Browse the repository at this point in the history
  • Loading branch information
pr1001 committed Sep 8, 2010
1 parent 6e086e3 commit b765c64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vector.js
Expand Up @@ -17,7 +17,6 @@ Vector.prototype.toString = function toString() {

// zero, or null, vector
Vector.zero = new Vector(0.0, 0.0, 0.0);
}
Vector.prototype.zero = function zero() {
return Vector.zero;
}
Expand Down

0 comments on commit b765c64

Please sign in to comment.