diff --git a/src/project/Project.js b/src/project/Project.js index 78e44144..95e1daf7 100644 --- a/src/project/Project.js +++ b/src/project/Project.js @@ -70,8 +70,8 @@ var Project = this.Project = Base.extend({ return this._currentStyle; }, - // TODO: style selected items with the style: setCurrentStyle: function(style) { + // TODO: style selected items with the style: this._currentStyle.initialize(style); },