public this Crafty.removeEvent(Object ctx, HTMLElement obj, String event, Function callback)
this
Removes events attached by Crafty.addEvent()
. All parameters must
be the same that were used to attach the event including a reference
to the callback method.