mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-28 14:00:29 -04:00
Fix link to global paper variable.
This commit is contained in:
parent
e197f94669
commit
c6525ec4fa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
* created and their fields and methods become part of the global scope. When
|
||||
* working with normal JavaScript files, {@code PaperScope} objects need to be
|
||||
* manually created and handled.
|
||||
* The global {@link _global_#paper} object is simply a reference to the
|
||||
* The global {@link paper} object is simply a reference to the
|
||||
* currently active {@code PaperScope}.
|
||||
*/
|
||||
var PaperScope = this.PaperScope = Base.extend(/** @lends PaperScope# */{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue