mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
Properly camelCase dom.intersectionObserver.enabled pref.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* https://wicg.github.io/IntersectionObserver/
|
||||
*/
|
||||
|
||||
[ProbablyShortLivingObject, Pref="dom.IntersectionObserver.enabled"]
|
||||
[ProbablyShortLivingObject, Pref="dom.intersectionObserver.enabled"]
|
||||
interface IntersectionObserverEntry {
|
||||
[Constant]
|
||||
readonly attribute DOMHighResTimeStamp time;
|
||||
@@ -27,7 +27,7 @@ interface IntersectionObserverEntry {
|
||||
|
||||
[Constructor(IntersectionCallback intersectionCallback,
|
||||
optional IntersectionObserverInit options),
|
||||
Pref="dom.IntersectionObserver.enabled"]
|
||||
Pref="dom.intersectionObserver.enabled"]
|
||||
interface IntersectionObserver {
|
||||
[Constant]
|
||||
readonly attribute Element? root;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user