Properly camelCase dom.intersectionObserver.enabled pref.

This commit is contained in:
wolfbeast 2019-01-19 22:06:35 +01:00 committed by Roy Tam
commit 3cc2485e42
2 changed files with 3 additions and 3 deletions

View file

@ -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);