From 349e4023f3e7b5fc57ca353866fb0717f1e1957c Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Mon, 23 May 2011 01:53:57 +0200 Subject: [PATCH] CompoundPath documentation: adjust constructor docs. --- src/path/CompoundPath.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index 366f51c3..22c46a8e 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -21,8 +21,7 @@ var CompoundPath = this.CompoundPath = PathItem.extend({ * Creates a new compound path item and places it in the active layer. * * @constructs CompoundPath - * @param {Array} [paths] the paths that will be contained within the - * compound path. + * @param {Array} [paths] the paths to place within the compound path. * * @class A compound path contains two or more paths, holes are drawn * where the paths overlap. All the paths in a compound path take on the