зеркало из https://github.com/mozilla/gecko-dev.git
Bug 978119 - [AccessFu] Increase haptic pattern to something noticeable. r=MarcoZ
This commit is contained in:
Родитель
e22a4c8a91
Коммит
77f04e9f50
|
@ -524,10 +524,10 @@ HapticPresenter.prototype = {
|
|||
|
||||
type: 'Haptic',
|
||||
|
||||
PIVOT_CHANGE_PATTHERN: [20],
|
||||
PIVOT_CHANGE_PATTERN: [40],
|
||||
|
||||
pivotChanged: function HapticPresenter_pivotChanged(aContext, aReason) {
|
||||
return { type: this.type, details: { pattern: this.PIVOT_CHANGE_PATTHERN } };
|
||||
return { type: this.type, details: { pattern: this.PIVOT_CHANGE_PATTERN } };
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче