Docs: improve the description of the Size class.

This commit is contained in:
Jonathan Puckey 2011-05-29 17:40:23 +02:00
parent 9012bed504
commit f9eca3efbf

View file

@ -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>