mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Remove obsolete documentation.
This commit is contained in:
parent
24f07dccec
commit
2b5cfa401a
1 changed files with 0 additions and 14 deletions
|
@ -241,20 +241,6 @@ var Project = this.Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
* @type Symbol[]
|
||||
*/
|
||||
|
||||
/**
|
||||
* The views contained within the project.
|
||||
*
|
||||
* @name Project#views
|
||||
* @type View[]
|
||||
*/
|
||||
|
||||
/**
|
||||
* The view which is currently active.
|
||||
*
|
||||
* @name Project#activeView
|
||||
* @type View
|
||||
*/
|
||||
|
||||
draw: function(ctx) {
|
||||
ctx.save();
|
||||
var param = { offset: new Point(0, 0) };
|
||||
|
|
Loading…
Reference in a new issue