mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Fix Item#type documentation.
This commit is contained in:
parent
849d3efc2e
commit
97451320b9
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue