Bug 898842 - Increase fling momentum. r=jimm

This commit is contained in:
Brian R. Bondy 2013-08-07 14:45:24 -04:00
parent a58d328a77
commit b196b9eb5d

View File

@ -30,6 +30,7 @@ pref("prompts.tab_modal.enabled", true);
// Enable off main thread compositing
pref("layers.offmainthreadcomposition.enabled", true);
pref("layers.async-pan-zoom.enabled", false);
pref("gfx.axis.fling_friction", "0.002");
// Enable Microsoft TSF support by default for imes.
pref("intl.enable_tsf_support", true);