fix a bug in tap/:at

This commit is contained in:
Laurent Sansonetti
2012-09-03 13:16:48 +02:00
parent 20cb82e731
commit 4b659690f9

View File

@@ -323,8 +323,6 @@ module Bacon
touches = options[:touches] || 1
location = _coerce_location_to_point(view, options[:at], false) || view.superview.convertPoint(view.center, toView:nil)
location = view.superview.convertPoint(view.center, toView:window)
_event_generator.sendTaps(taps,
location:location,
withNumberOfTouches:touches,