Clean comments

This commit is contained in:
grosbouddha 2013-04-09 01:37:30 +02:00
parent 1441dcd67a
commit afe75c56bf

View File

@ -111,8 +111,6 @@
this.paletteRoot.mouseup($.proxy(this.onPaletteColorClick_, this));
// Many interactions can trigger a COLOR_SELECTED event (eg the canvas colorpicker
// or palette color picker). Only the following code can
$.subscribe(Events.PRIMARY_COLOR_UPDATED, $.proxy(function(evt, color) {
this.updateColorPicker_(color, $('#color-picker'));
this.addColorToPalette_(color);