Clean up some JSDoc comments.

This commit is contained in:
Jürg Lehni 2011-11-12 13:27:29 +01:00
parent b1332331b0
commit 24f07dccec
4 changed files with 27 additions and 32 deletions

View file

@ -424,8 +424,8 @@ var View = this.View = PaperScopeItem.extend(Callback, /** @lends View# */{
* path.rotate(3);
* }
*
* @property
* @name View#onFrame
* @property
* @type Function
*/
@ -444,8 +444,8 @@ var View = this.View = PaperScopeItem.extend(Callback, /** @lends View# */{
* path.position = view.center;
* }
*
* @property
* @name View#onResize
* @property
* @type Function
*/
}, {