followup bug 461376 - double rotate gesture. rs=Mardak

This commit is contained in:
Tom Dyas 2008-11-01 12:08:34 -05:00
parent 73586bf9aa
commit f5aecbfcbd

View File

@ -681,7 +681,7 @@ let gGestureSupport = {
init: function GS_init(aAddListener) {
const gestureEvents = ["SwipeGesture",
"MagnifyGestureStart", "MagnifyGestureUpdate", "MagnifyGesture",
"RotateGesture", "RotateGestureUpdate", "RotateGesture"];
"RotateGestureStart", "RotateGestureUpdate", "RotateGesture"];
let addRemove = aAddListener ? window.addEventListener :
window.removeEventListener;