summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-19 22:06:35 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-19 22:06:35 +0100
commit9a954e2d1619788f658f6ec30c7dbd89b3d48b0d (patch)
tree6e80db33deefa1ca126124ff8526fc1ec82fc5b9 /modules
parent5ef0018a5685d4fef77bd714208efdf86aae85b1 (diff)
downloadUXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.tar
UXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.tar.gz
UXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.tar.lz
UXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.tar.xz
UXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.zip
Properly camelCase dom.intersectionObserver.enabled pref.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 21e36bf16..3e1dc47ef 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -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);