From dfd9b78f48f7600f4753d6d4496bc257234d57c7 Mon Sep 17 00:00:00 2001 From: Bernat Romagosa Date: Thu, 21 Feb 2019 07:41:08 +0100 Subject: [PATCH] Formatting --- src/paint.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/paint.js b/src/paint.js index a6fd129a..b1c58d0d 100644 --- a/src/paint.js +++ b/src/paint.js @@ -495,7 +495,7 @@ PaintEditorMorph.prototype.getUserColor = function () { var myself = this, world = this.world(), hand = world.hand, - shifted = this.paper.isShiftPressed(); + shifted = this.paper.isShiftPressed(); posInDocument = getDocumentPositionOf(world.worldCanvas), mouseMoveBak = hand.processMouseMove, mouseDownBak = hand.processMouseDown, @@ -514,7 +514,7 @@ PaintEditorMorph.prototype.getUserColor = function () { return; } color.a = 255; - myself.propertiesControls.colorpicker.action(color,shifted); + myself.propertiesControls.colorpicker.action(color, shifted); }; hand.processMouseDown = nop;