Use typed array in documentation.

This commit is contained in:
Jürg Lehni 2011-06-19 21:50:10 +01:00
parent cb61e8d452
commit 1e436b2980

View file

@ -21,7 +21,7 @@ var Group = this.Group = Item.extend({
/**
* Creates a new Group item and places it at the top of the active layer.
*
* @param {Array} [children] An optional array of children that will be
* @param {Item[]} [children] An optional array of children that will be
* added to the newly created group.
*
* @example {@paperscript split=true height=200}