From 6effdcd450f9076473bf9f798c29953e75c45c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 30 May 2011 17:04:15 +0100 Subject: [PATCH] Move comment. --- src/project/Project.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); },