From afe75c56bfbfcaf6f81f3a3ac2add6113fb21285 Mon Sep 17 00:00:00 2001 From: grosbouddha Date: Tue, 9 Apr 2013 01:37:30 +0200 Subject: [PATCH] Clean comments --- js/controller/PaletteController.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/controller/PaletteController.js b/js/controller/PaletteController.js index 9287927a..a1dd161a 100644 --- a/js/controller/PaletteController.js +++ b/js/controller/PaletteController.js @@ -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);