Merge pull request #1217 from sapics/fix-documentation

Fix example in jsdoc
This commit is contained in:
Jürg Lehni 2016-12-18 21:41:42 -05:00 committed by GitHub
commit 66305cbbaf

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