mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue