mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Remove Project#options.
The deprecated getter now redirects to PaperScope#settings.
This commit is contained in:
parent
d622d648c1
commit
c63f9516b3
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
// Change tracking, not in use for now. Activate once required:
|
||||
// this._changes = [];
|
||||
// this._changesById = {};
|
||||
this.options = {};
|
||||
},
|
||||
|
||||
_serialize: function(options, dictionary) {
|
||||
|
|
Loading…
Reference in a new issue