Bug 1220199 - [B2GDroid] |scrollTo({behavior: 'smooth'...| doesn't work r=kats

This commit is contained in:
Fabrice Desré 2015-11-13 13:11:08 -08:00
Родитель ba22d606e7
Коммит cb8f7e4f09
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1035,6 +1035,8 @@ pref("dom.webcomponents.enabled", true);
pref("dom.mozAlarms.enabled", true);
pref("layout.css.scroll-snap.enabled", true);
pref("layout.css.scroll-behavior.enabled", true);
pref("layout.css.scroll-behavior.property-enabled", true);
// Enable extensions
pref("dom.apps.customization.enabled", true);