mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Undo last commit.
This commit is contained in:
parent
6cd8241df8
commit
4490403ae9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ var Document = this.Document = Base.extend({
|
|||
this.activate();
|
||||
this.layers = [];
|
||||
this.activeLayer = new Layer();
|
||||
this.setCurrentStyle({ strokeColor: 'black' });
|
||||
this.setCurrentStyle(null);
|
||||
this.symbols = [];
|
||||
this.activeView = new DocumentView(this);
|
||||
this.views = [this.activeView];
|
||||
|
|
Loading…
Reference in a new issue