mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Clean up some JSDoc comments.
This commit is contained in:
parent
b1332331b0
commit
24f07dccec
4 changed files with 27 additions and 32 deletions
|
@ -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
|
||||
*/
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue