mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix documentation so PaperScope#version shows up too in global scope.
This commit is contained in:
parent
08bbff790d
commit
f3f49a34c6
1 changed files with 2 additions and 1 deletions
|
@ -19,9 +19,10 @@
|
|||
* global paper object, which simply is a pointer to the currently active scope.
|
||||
* @ignore
|
||||
*/
|
||||
var PaperScope = this.PaperScope = Base.extend({
|
||||
var PaperScope = this.PaperScope = Base.extend(/** @scope _global_ */{
|
||||
/**
|
||||
* The version of Paper.js, as a float number.
|
||||
*
|
||||
* @type Number
|
||||
*/
|
||||
version: 0.1,
|
||||
|
|
Loading…
Reference in a new issue