mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
6 lines
358 B
JavaScript
6 lines
358 B
JavaScript
// Keep files in this directory which you would like executed before
|
|
// any other script when servo is run with `--userscripts`
|
|
// 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 };
|