Fix to output GestureStateEvent#toString() propely

This commit is contained in:
Pavel fljot 2012-03-14 17:34:24 +02:00
parent bcb3dfb61f
commit a449965e39

View file

@ -31,7 +31,7 @@ package org.gestouch.events
override public function toString():String override public function toString():String
{ {
return formatToString("GestureStateEvent", newState, oldState); return formatToString("GestureStateEvent", "type", "oldState", "newState");
} }
} }
} }