зеркало из https://github.com/mozilla/gecko-dev.git
Bug 828747 - make synthetic gestures use real touch events by default, r=jgriffin
This commit is contained in:
Родитель
2c5720bcc2
Коммит
d4c786e67e
|
@ -580,7 +580,7 @@ var SyntheticGestures = (function() {
|
|||
}
|
||||
|
||||
return {
|
||||
touchSupported: false,
|
||||
touchSupported: true,
|
||||
tap: tap,
|
||||
mousetap: mousetap,
|
||||
dbltap: dbltap,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
version = '0.5.13'
|
||||
version = '0.5.14'
|
||||
|
||||
# get documentation from the README
|
||||
try:
|
||||
|
|
Загрузка…
Ссылка в новой задаче