Undo last commit.

This commit is contained in:
Jonathan Puckey 2011-05-08 16:53:59 +01:00
parent 6cd8241df8
commit 4490403ae9

View file

@ -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];