mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Docs: improve the description of the Size class.
This commit is contained in:
parent
9012bed504
commit
f9eca3efbf
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ var Size = this.Size = Base.extend({
|
|||
* @name Size
|
||||
* @param {Size} size
|
||||
*
|
||||
* @class The Size object represents the size of something.
|
||||
* @class The Size object is used to describe the size of something, through
|
||||
* its {@link #width} and {@link #height} properties.
|
||||
*
|
||||
* Sample code:
|
||||
* <pre>
|
||||
|
|
Loading…
Reference in a new issue