Fix comment.

This commit is contained in:
Jürg Lehni 2011-05-15 20:27:12 +01:00
parent 818c847d73
commit a2dc2c7dd8

View file

@ -298,7 +298,7 @@ var Point = this.Point = Base.extend({
},
/**
* Checks if this point has both the x and y coordinate set to 0.
* Checks if this point has both the x and y coordinate set to 0.
*
* @return true if both x and y are 0, false otherwise.
*/