Remove Project#options.

The deprecated getter now redirects to PaperScope#settings.
This commit is contained in:
Jürg Lehni 2014-03-13 01:23:55 +01:00
parent d622d648c1
commit c63f9516b3

View file

@ -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) {