[Webkit-unassigned] [Bug 117919] Web Inspector: Display color picker in popover on color swatch click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 24 11:17:04 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117919





--- Comment #6 from Timothy Hatcher <timothy at apple.com>  2013-06-24 11:15:44 PST ---
(From update of attachment 205271)
View in context: https://bugs.webkit.org/attachment.cgi?id=205271&action=review

>> Source/WebInspectorUI/UserInterface/CSSColorPicker.js:138
>> +            dragging = false;
> 
> This should return early to prevent indenting the whole function body. No need for dragging = false then either.

Actually you still need dragging = false; but you can return early if dragging is already false.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list