Bug 850480 - [responsive mode] Re-introduce mobile scrollbars. r=vporof

Bug 850480 - [responsive mode] Re-introduce mobile scrollbars. r=vporof
This commit is contained in:
Paul Rouget 2013-03-12 16:37:00 -07:00
Родитель cf729ddccf
Коммит f567819f9d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -183,7 +183,7 @@ function ResponsiveUI(aWindow, aTab)
ResponsiveUI.prototype = {
_transitionsEnabled: true,
_floatingScrollbars: false, // See bug 799471
_floatingScrollbars: true,
get transitionsEnabled() this._transitionsEnabled,
set transitionsEnabled(aValue) {
this._transitionsEnabled = aValue;