diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-10-03 15:39:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 15:39:16 -0400 |
commit | 515b889cfcac64ef9f8ef5597f434720cb3877d8 (patch) | |
tree | 6a9b92121b63f3f792ac66ccacbdb40b346fc6b6 | |
parent | 0780fb0693d46ce321889e5222c5025b800415c2 (diff) | |
download | servo-515b889cfcac64ef9f8ef5597f434720cb3877d8.tar.gz servo-515b889cfcac64ef9f8ef5597f434720cb3877d8.zip |
Remove outdated userscript content.
-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 }; |