From 515b889cfcac64ef9f8ef5597f434720cb3877d8 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 3 Oct 2019 15:39:16 -0400 Subject: [PATCH] Remove outdated userscript content. --- resources/user-agent-js/00.example.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/user-agent-js/00.example.js b/resources/user-agent-js/00.example.js index d22d341b1bd..c024b0f6a48 100644 --- a/resources/user-agent-js/00.example.js +++ b/resources/user-agent-js/00.example.js @@ -3,4 +3,3 @@ // Files are sorted alphabetically. When committing polyfills // order them with numbers, e.g. `01.innerhtml.js` will be executed before // `05.jquery.js` -WheelEvent = { DOM_DELTA_PIXEL: 5, DOM_DELTA_LINE: 5, DOM_DELTA_PAGE: 5 };