mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix typo in comment
This commit is contained in:
parent
4281800585
commit
8e5b804d6e
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ var PathItem = Item.extend(/** @lends PathItem# */{
|
|||
* @function
|
||||
*
|
||||
* @param {PathItem} path the path to compare this path's geometry with
|
||||
* @return {Boolean} {@true if two paths describe the shame shape}
|
||||
* @return {Boolean} {@true if two paths describe the same shape}
|
||||
*/
|
||||
compare: function(path) {
|
||||
var ok = false;
|
||||
|
|
Loading…
Reference in a new issue