mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Update JSDoc.
This commit is contained in:
parent
7f51ceaa34
commit
f60c984746
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 3611eb9a23a4d55f15271811afe4bebcfeee6fe9
|
||||
Subproject commit 00b7f8e4c2594620f58e03d3d1dd233548dab392
|
|
@ -441,7 +441,7 @@ var PathItem = Item.extend(/** @lends PathItem# */{
|
|||
* var paths = [];
|
||||
* for (var i = 0; i < 5; i++) {
|
||||
* paths.push(new Path.Rectangle({
|
||||
* point: [30 + i * 100, 25],
|
||||
* point: [30 + i * 100, 30],
|
||||
* size: [50, 50],
|
||||
* fullySelected: true
|
||||
* }));
|
||||
|
|
Loading…
Reference in a new issue