mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Fix Raster#visible default value.
This commit is contained in:
parent
53d7a1e914
commit
04e34128ae
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ var Item = this.Item = Base.extend({
|
|||
* Specifies whether the item is visible.
|
||||
*
|
||||
* @type boolean
|
||||
* @default false
|
||||
* @default true
|
||||
*/
|
||||
visible: true,
|
||||
|
||||
|
|
Loading…
Reference in a new issue