diff options
Diffstat (limited to 'resources/user-agent-js/00.example.js')
-rw-r--r-- | resources/user-agent-js/00.example.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/user-agent-js/00.example.js b/resources/user-agent-js/00.example.js index c024b0f6a48..d22d341b1bd 100644 --- a/resources/user-agent-js/00.example.js +++ b/resources/user-agent-js/00.example.js @@ -3,3 +3,4 @@ // 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 }; |