<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Mac defaults are used for key shortcuts on Linux"
href="https://bugs.webkit.org/show_bug.cgi?id=162564#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Mac defaults are used for key shortcuts on Linux"
href="https://bugs.webkit.org/show_bug.cgi?id=162564">bug 162564</a>
from <span class="vcard"><a class="email" href="mailto:mattbaker@apple.com" title="Matt Baker <mattbaker@apple.com>"> <span class="fn">Matt Baker</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=289833&action=diff" name="attach_289833" title="Fix style issue">attachment 289833</a> <a href="attachment.cgi?id=289833&action=edit" title="Fix style issue">[details]</a></span>
Fix style issue
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=289833&action=review">https://bugs.webkit.org/attachment.cgi?id=289833&action=review</a>
<span class="quote">> Source/WebInspectorUI/UserInterface/Views/CodeMirrorAdditions.js:575
> + var mac = CodeMirror.keyMap["default"] == CodeMirror.keyMap.macDefault;</span >
Style: strict equality (===) is used almost exclusively throughout the codebase. Also we've been preferring `let` over `var` for new code.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>