Fix example in jsdoc

This commit is contained in:
sapics 2016-12-10 12:27:46 +09:00
parent 4281800585
commit 3f909da253

View file

@ -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