Move comment.

This commit is contained in:
Jürg Lehni 2011-05-30 17:04:15 +01:00
parent 1e9f2dc057
commit 6effdcd450

View file

@ -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);
},