Updated comment.

master
Flint O'Brien 2016-04-30 21:46:45 -04:00
parent 7b4f7d0ae9
commit ed16b0a8d1
1 changed files with 2 additions and 1 deletions

View File

@ -232,7 +232,8 @@ svgedit.draw.Drawing = function(svgElem, opt_idPrefix) {
this.releasedNums = [];
/**
* The z-ordered array of tuples containing layer names and <g> 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[]}
*/