Skip to content

Commit c6525ec

Browse files
committed
Fix link to global paper variable.
1 parent e197f94 commit c6525ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/PaperScope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* created and their fields and methods become part of the global scope. When
2323
* working with normal JavaScript files, {@code PaperScope} objects need to be
2424
* manually created and handled.
25-
* The global {@link _global_#paper} object is simply a reference to the
25+
* The global {@link paper} object is simply a reference to the
2626
* currently active {@code PaperScope}.
2727
*/
2828
var PaperScope = this.PaperScope = Base.extend(/** @lends PaperScope# */{

0 commit comments

Comments
 (0)