Skip to content

Commit

Permalink
Bug 1321865 - Enable IntersectionObserver. r=smaug
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 9a72845f93fc4a11f0fda0b30b936dae2df303f6
extra : histedit_source : a153d18b9cfa85afd1d2e41e36995e4b1a9b8b75
  • Loading branch information
Tobias Schneider committed Jan 11, 2017
1 parent 151590b commit ce69183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -5553,4 +5553,4 @@ pref("prompts.authentication_dialog_abuse_limit", 3);
// Enable the Storage management in about:preferences and persistent-storage permission request
// To enable the DOM implementation, turn on "dom.storageManager.enabled"
pref("browser.storageManager.enabled", false);
pref("dom.IntersectionObserver.enabled", false);
pref("dom.IntersectionObserver.enabled", true);

0 comments on commit ce69183

Please sign in to comment.