Browse Source

Fix 'FastClick is not defined' error

Thibaut Courouble 8 years ago
parent
commit
d6d7d450bd
1 changed files with 1 additions and 1 deletions
  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