Fix documentation so PaperScope#version shows up too in global scope.

This commit is contained in:
Jürg Lehni 2011-06-15 11:09:35 +01:00
parent 08bbff790d
commit f3f49a34c6

View file

@ -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,