diff options
-rw-r--r-- | resources/user-agent-js/00.example.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 }; |