mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-06 11:09:33 -04:00
Clean up white spaces in comments.
This commit is contained in:
parent
a7d22b2165
commit
ffa79f4fd1
28 changed files with 162 additions and 157 deletions
src/project
|
@ -23,7 +23,7 @@ var Project = this.Project = Base.extend({
|
|||
// DOCS: Document Project constructor and class
|
||||
/**
|
||||
* Creates a Paper.js project
|
||||
*
|
||||
*
|
||||
* @name Project
|
||||
* @constructor
|
||||
*
|
||||
|
@ -114,7 +114,7 @@ var Project = this.Project = Base.extend({
|
|||
|
||||
/**
|
||||
* The index of the project in the global projects array.
|
||||
*
|
||||
*
|
||||
* @type Number
|
||||
* @bean
|
||||
*/
|
||||
|
@ -124,7 +124,7 @@ var Project = this.Project = Base.extend({
|
|||
|
||||
/**
|
||||
* The selected items contained within the project.
|
||||
*
|
||||
*
|
||||
* @type Item[]
|
||||
* @bean
|
||||
*/
|
||||
|
@ -172,7 +172,7 @@ var Project = this.Project = Base.extend({
|
|||
* {@grouptitle Project Hierarchy}
|
||||
*
|
||||
* The layers contained within the project.
|
||||
*
|
||||
*
|
||||
* @name Project#layers
|
||||
* @type Layer[]
|
||||
*/
|
||||
|
@ -180,28 +180,28 @@ var Project = this.Project = Base.extend({
|
|||
/**
|
||||
* The layer which is currently active. New items will be created on this
|
||||
* layer by default.
|
||||
*
|
||||
*
|
||||
* @name Project#activeLayer
|
||||
* @type Layer
|
||||
*/
|
||||
|
||||
/**
|
||||
* The symbols contained within the project.
|
||||
*
|
||||
*
|
||||
* @name Project#symbols
|
||||
* @type Symbol[]
|
||||
*/
|
||||
|
||||
/**
|
||||
* The views contained within the project.
|
||||
*
|
||||
*
|
||||
* @name Project#views
|
||||
* @type View[]
|
||||
*/
|
||||
|
||||
/**
|
||||
* The view which is currently active.
|
||||
*
|
||||
*
|
||||
* @name Project#activeView
|
||||
* @type View
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue