Fix 'FastClick is not defined' error

pull/602/head
Thibaut Courouble 8 years ago
parent 407814d95d
commit d6d7d450bd

@ -33,7 +33,7 @@ class app.views.Mobile extends app.View
super super
init: -> init: ->
FastClick.attach @body window.FastClick?.attach @body
$.on $('._search'), 'touchend', @onTapSearch $.on $('._search'), 'touchend', @onTapSearch

Loading…
Cancel
Save