diff --git a/src/core/PaperScope.js b/src/core/PaperScope.js index 00c018f8..098788dc 100644 --- a/src/core/PaperScope.js +++ b/src/core/PaperScope.js @@ -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,