diff --git a/editor/draw.js b/editor/draw.js index 79d0b66c..84113eac 100644 --- a/editor/draw.js +++ b/editor/draw.js @@ -232,7 +232,8 @@ svgedit.draw.Drawing = function(svgElem, opt_idPrefix) { this.releasedNums = []; /** - * The z-ordered array of tuples containing layer names and elements. + * The z-ordered array of Layer objects. Each layer has a name + * and group element. * The first layer is the one at the bottom of the rendering. * @type {Layer[]} */