From 6c7f61d90fc1b9537d3ed53071a70009ea85e9b7 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 4 Apr 2018 14:11:59 -0700 Subject: [PATCH] Formatting: add missing semi-colon to CPColorPicker.j --- AppKit/CPColorPicker.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPColorPicker.j b/AppKit/CPColorPicker.j index 66af9b289..6ee6ed8cc 100644 --- a/AppKit/CPColorPicker.j +++ b/AppKit/CPColorPicker.j @@ -247,7 +247,7 @@ _blackWheelImage = new Image(); _blackWheelImage.src = path; _blackWheelImage.style.opacity = "0"; - _blackWheelImage.style.filter = "alpha(opacity=0)" + _blackWheelImage.style.filter = "alpha(opacity=0)"; _blackWheelImage.style.position = "absolute"; _DOMElement.appendChild(_wheelImage);