diff --git a/src/item/Layer.js b/src/item/Layer.js index defffa9b..3d4aa6f9 100644 --- a/src/item/Layer.js +++ b/src/item/Layer.js @@ -39,7 +39,6 @@ var Layer = this.Layer = Group.extend({ * {@link Project#layers}. * * @extends Group - * @extends Item * @constructs Layer */ initialize: function(items) { diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index d4d575b9..4a727b74 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -39,7 +39,6 @@ var CompoundPath = this.CompoundPath = PathItem.extend({ * {@link Item#children} list. * * @extends PathItem - * @extends Item */ initialize: function(paths) { this.base(); diff --git a/src/path/Path.js b/src/path/Path.js index 10766f65..dd930713 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -40,7 +40,6 @@ var Path = this.Path = PathItem.extend({ * * @class The Path item represents a path in a Paper.js project. * @extends PathItem - * @extends Item * @constructs Path */ initialize: function(segments) { diff --git a/src/text/PointText.js b/src/text/PointText.js index d57e1b94..b67c8950 100644 --- a/src/text/PointText.js +++ b/src/text/PointText.js @@ -36,7 +36,6 @@ var PointText = this.PointText = TextItem.extend({ * characters contained in it. * * @extends TextItem - * @extends Item */ initialize: function(point) { this.base();