Bug 1229224: Fix linting for some browser files that tests depend on. r=felipe

This commit is contained in:
Dave Townsend
2015-12-17 15:19:00 -08:00
parent d1f4b1083f
commit 6bc2e9ae43
5 changed files with 26 additions and 24 deletions

View File

@@ -471,11 +471,7 @@ const DownloadsPanel = {
}
let pasting = aEvent.keyCode == Ci.nsIDOMKeyEvent.DOM_VK_V &&
#ifdef XP_MACOSX
aEvent.metaKey;
#else
aEvent.ctrlKey;
#endif
aEvent.getModifierState("Accel");
if (!pasting) {
return;