Define paper.version.

This commit is contained in:
Jürg Lehni 2011-06-14 23:04:59 +01:00
parent 9deabbee8d
commit d90e0ec07e

View file

@ -20,6 +20,11 @@
* @ignore
*/
var PaperScope = this.PaperScope = Base.extend({
/**
* The version of Paper.js, as a float number.
* @type Number
*/
version: 0.1,
initialize: function(id) {
/** @lends _global_# */