mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix example in jsdoc
This commit is contained in:
parent
4281800585
commit
3f909da253
1 changed files with 1 additions and 1 deletions
|
@ -1276,7 +1276,7 @@ new function() { // Injection scope for various item event handlers
|
|||
* console.log(path.parent == project.activeLayer); // true
|
||||
*
|
||||
* var group = new Group();
|
||||
* group.parent = path;
|
||||
* path.parent = group;
|
||||
*
|
||||
* // Now the parent of the path has become the group:
|
||||
* console.log(path.parent == group); // true
|
||||
|
|
Loading…
Reference in a new issue