diff --git a/mobile/xul/chrome/content/Util.js b/mobile/xul/chrome/content/Util.js index 496681571803..f53babe98054 100644 --- a/mobile/xul/chrome/content/Util.js +++ b/mobile/xul/chrome/content/Util.js @@ -191,7 +191,7 @@ let Util = { return this._isTablet = true; } // On Ice Cream Sandwich devices, switch modes based on screen size. - return this._isTablet = sysInfo.get("isTablet"); + return this._isTablet = sysInfo.get("tablet"); #endif let dpi = this.displayDPI;