Skip to content

Commit

Permalink
Removed no-op code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianp committed May 9, 2012
1 parent 8b4a261 commit ce63605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def MainBundle.loadJSON(path)
class UIView

def whenTapped(&proc)
userInteractionEnabled = true
addGestureRecognizer(UITapGestureRecognizer.alloc.initWithTarget(proc, action:'call'))
@recognizers ||= {}
@recognizers[proc.to_s] = proc
Expand Down

0 comments on commit ce63605

Please sign in to comment.