diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index ed75f028..60f33f59 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu Dec 1 21:45:38 2016 -0500 + * Date: Sun Dec 18 21:41:42 2016 -0500 * *** * diff --git a/dist/docs/classes/CompoundPath.html b/dist/docs/classes/CompoundPath.html index c70e42d2..f54c9f51 100644 --- a/dist/docs/classes/CompoundPath.html +++ b/dist/docs/classes/CompoundPath.html @@ -1418,7 +1418,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/Group.html b/dist/docs/classes/Group.html index 45bf9161..25ff0378 100644 --- a/dist/docs/classes/Group.html +++ b/dist/docs/classes/Group.html @@ -1286,7 +1286,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/Item.html b/dist/docs/classes/Item.html index 4a06974e..c10284d4 100644 --- a/dist/docs/classes/Item.html +++ b/dist/docs/classes/Item.html @@ -1039,7 +1039,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/Layer.html b/dist/docs/classes/Layer.html index 7a3bae36..cd12a484 100644 --- a/dist/docs/classes/Layer.html +++ b/dist/docs/classes/Layer.html @@ -1200,7 +1200,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/Path.html b/dist/docs/classes/Path.html index cab6345e..81690ed1 100644 --- a/dist/docs/classes/Path.html +++ b/dist/docs/classes/Path.html @@ -4151,7 +4151,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/PathItem.html b/dist/docs/classes/PathItem.html index 0eb730f2..fad892a9 100644 --- a/dist/docs/classes/PathItem.html +++ b/dist/docs/classes/PathItem.html @@ -2880,7 +2880,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/PointText.html b/dist/docs/classes/PointText.html index af8abbf5..5e140187 100644 --- a/dist/docs/classes/PointText.html +++ b/dist/docs/classes/PointText.html @@ -1209,7 +1209,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/Raster.html b/dist/docs/classes/Raster.html index 9f3fa265..46701c3c 100644 --- a/dist/docs/classes/Raster.html +++ b/dist/docs/classes/Raster.html @@ -2022,7 +2022,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/Shape.html b/dist/docs/classes/Shape.html index d997bee5..1e98237c 100644 --- a/dist/docs/classes/Shape.html +++ b/dist/docs/classes/Shape.html @@ -1764,7 +1764,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/SymbolItem.html b/dist/docs/classes/SymbolItem.html index 8474987d..9ba285e5 100644 --- a/dist/docs/classes/SymbolItem.html +++ b/dist/docs/classes/SymbolItem.html @@ -1180,7 +1180,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/docs/classes/TextItem.html b/dist/docs/classes/TextItem.html index 1a670e59..638967d5 100644 --- a/dist/docs/classes/TextItem.html +++ b/dist/docs/classes/TextItem.html @@ -1297,7 +1297,7 @@ console.log(path.parent == group); // true 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 diff --git a/dist/paper-core.js b/dist/paper-core.js index 244361e9..b2005bda 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu Dec 1 21:45:38 2016 -0500 + * Date: Sun Dec 18 21:41:42 2016 -0500 * *** * diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index 471d87f8..20e9856a 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu Dec 1 21:45:38 2016 -0500 + * Date: Sun Dec 18 21:41:42 2016 -0500 * *** * diff --git a/dist/paper-full.js b/dist/paper-full.js index ed75f028..60f33f59 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu Dec 1 21:45:38 2016 -0500 + * Date: Sun Dec 18 21:41:42 2016 -0500 * *** * diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index 63e6bdfd..fdbf2eb4 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu Dec 1 21:45:38 2016 -0500 + * Date: Sun Dec 18 21:41:42 2016 -0500 * *** *