diff --git a/mobile/app/mobile.js b/mobile/app/mobile.js index 041e2c1e663c..9137b940d107 100644 --- a/mobile/app/mobile.js +++ b/mobile/app/mobile.js @@ -318,7 +318,7 @@ pref("geo.wifi.uri", "https://www.google.com/loc/json"); pref("geo.enabled", true); #ifdef WINCE -pref("layout.css.devPixelsPerPx", "1"); +pref("layout.css.devPixelsPerPx", 1); #endif // content sink control -- controls responsiveness during page load