Bug 1229224: Fix linting for some browser files that tests depend on. r=felipe
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user