[Webkit-unassigned] [Bug 162564] [GTK] Mac defaults are used for key shortcuts on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 11:29:01 PDT 2016


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

--- Comment #5 from Matt Baker <mattbaker at apple.com> ---
Comment on attachment 289833
  --> https://bugs.webkit.org/attachment.cgi?id=289833
Fix style issue

View in context: https://bugs.webkit.org/attachment.cgi?id=289833&action=review

> Source/WebInspectorUI/UserInterface/Views/CodeMirrorAdditions.js:575
> +    var mac = CodeMirror.keyMap["default"] == CodeMirror.keyMap.macDefault;

Style: strict equality (===) is used almost exclusively throughout the codebase. Also we've been preferring `let` over `var` for new code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160926/dfc25e48/attachment.html>


More information about the webkit-unassigned mailing list