mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Improve Project#isEmpty() docs.
This commit is contained in:
parent
ff5630ac07
commit
efb5bf5cf5
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
},
|
||||
|
||||
/**
|
||||
* Specifies whether the project has any content or not. Note that since
|
||||
* Checks whether the project has any content or not. Note that since
|
||||
* projects by default are created with one empty layer, this returns also
|
||||
* {@code true} if that layer exists but is itself empty.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue