PlacedSymbol docs: make constructor argument optional.

This commit is contained in:
Jonathan Puckey 2011-05-30 20:09:46 +02:00
parent 14e46fe78f
commit 2e2b7cad24

View file

@ -23,7 +23,7 @@ var PlacedSymbol = this.PlacedSymbol = Item.extend({
* Creates a new PlacedSymbol Item.
*
* @param {Symbol} symbol the symbol to place
* @param {Point|Matrix} matrixOrOffset the center point of the placed
* @param {Point|Matrix} [matrixOrOffset] the center point of the placed
* symbol or a {@link Matrix} transformation to transform the placed symbol
* with.
*