Group docs: change the height of the constructor example.

This commit is contained in:
Jonathan Puckey 2011-06-03 18:44:22 +02:00
parent 7771fd8736
commit e273a048cd

View file

@ -40,7 +40,7 @@ var Group = this.Group = Item.extend({
* // Move the group to the center of the view:
* group.position = view.center;
*
* @example {@paperscript split=true}
* @example {@paperscript split=true height=320}
* // Click in the view to add a path to the group, which in turn is rotated
* // every frame:
* var group = new Group();