Parcourir la source

Fix 'FastClick is not defined' error

Thibaut Courouble il y a 8 ans
Parent
commit
d6d7d450bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      assets/javascripts/views/layout/mobile.coffee

+ 1 - 1
assets/javascripts/views/layout/mobile.coffee

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