mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Clean comments
This commit is contained in:
parent
1441dcd67a
commit
afe75c56bf
@ -111,8 +111,6 @@
|
|||||||
|
|
||||||
this.paletteRoot.mouseup($.proxy(this.onPaletteColorClick_, this));
|
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) {
|
$.subscribe(Events.PRIMARY_COLOR_UPDATED, $.proxy(function(evt, color) {
|
||||||
this.updateColorPicker_(color, $('#color-picker'));
|
this.updateColorPicker_(color, $('#color-picker'));
|
||||||
this.addColorToPalette_(color);
|
this.addColorToPalette_(color);
|
||||||
|
Loading…
Reference in New Issue
Block a user