mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Define paper.version.
This commit is contained in:
parent
9deabbee8d
commit
d90e0ec07e
1 changed files with 5 additions and 0 deletions
|
@ -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_# */
|
||||
|
|
Loading…
Reference in a new issue