gecko-dev/browser/base/content/test/gesture/.eslintrc.js
Hiroyuki Ikezoe a5ceb4d5dd Bug 1704065 - Don't start navigation swipe gestures where there is no navigation history. r=spohl
Apparently we should check each command specified by
browser.gesture.swipe.left or browser.gesture.swipe.right, it will be fixed
in bug 1707118.

Differential Revision: https://phabricator.services.mozilla.com/D113635
2021-04-30 09:08:08 +00:00

5 lines
81 B
JavaScript

"use strict";
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};