Fix Item#type documentation.

This commit is contained in:
Jonathan Puckey 2013-03-04 10:54:08 +01:00
parent 849d3efc2e
commit 97451320b9

View file

@ -247,8 +247,8 @@ var Item = this.Item = Base.extend(Callback, {
/**
* The type of the item as a string.
*
* @type String('group', 'layer', 'path', 'compoundpath', 'raster',
* 'placedsymbol', 'pointtext')
* @type String('Group', 'Layer', 'Path', 'CompoundPath', 'Raster',
* 'PlacedSymbol', 'PointText')
* @bean
*/
getType: function() {