Bug 1321865 - Enable IntersectionObserver. r=smaug

This commit is contained in:
Tobias Schneider 2016-12-09 12:12:46 -08:00
Родитель 7c9d0a893f
Коммит 08a5691731
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -5553,3 +5553,4 @@ pref("dom.storageManager.enabled", false);
// To enable the DOM implementation, turn on "dom.storageManager.enabled"
pref("browser.storageManager.enabled", false);
pref("dom.IntersectionObserver.enabled", true);