From f3f49a34c67258bb8960b7f7c97b1cbd63845143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 15 Jun 2011 11:09:35 +0100 Subject: [PATCH] Fix documentation so PaperScope#version shows up too in global scope. --- src/core/PaperScope.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,