diff --git a/src/org/gestouch/events/GestureStateEvent.as b/src/org/gestouch/events/GestureStateEvent.as index 1dd6ced..3791f4a 100644 --- a/src/org/gestouch/events/GestureStateEvent.as +++ b/src/org/gestouch/events/GestureStateEvent.as @@ -31,7 +31,7 @@ package org.gestouch.events override public function toString():String { - return formatToString("GestureStateEvent", newState, oldState); + return formatToString("GestureStateEvent", "type", "oldState", "newState"); } } } \ No newline at end of file