Bug 903364 - Fix: Mouse scrollbar remains visible on start tab after touch. r=rsilveira

This commit is contained in:
Jim Mathies 2013-08-09 13:40:36 -05:00
parent ab3a802f22
commit dbe22870c5

View File

@ -23,6 +23,10 @@ var StartUI = {
this.startUI.addEventListener("click", this, false);
this.startUI.addEventListener("MozMousePixelScroll", this, false);
// Update the input type on our local broadcaster
document.getElementById("bcast_preciseInput").setAttribute("input",
this.chromeWin.InputSourceHelper.isPrecise ? "precise" : "imprecise");
TopSitesStartView.init();
BookmarksStartView.init();
HistoryStartView.init();