mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Fix comment.
This commit is contained in:
parent
818c847d73
commit
a2dc2c7dd8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue