mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Properly camelCase dom.intersectionObserver.enabled pref.
This commit is contained in:
parent
125d551bd6
commit
3cc2485e42
2 changed files with 3 additions and 3 deletions
|
|
@ -213,7 +213,7 @@ pref("dom.requestIdleCallback.enabled", true);
|
|||
|
||||
// Enable Intersection Observers
|
||||
// See WD https://www.w3.org/TR/intersection-observer/
|
||||
pref("dom.IntersectionObserver.enabled", true);
|
||||
pref("dom.intersectionObserver.enabled", true);
|
||||
|
||||
// Whether the Gamepad API is enabled
|
||||
pref("dom.gamepad.enabled", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue