1
0
Эх сурвалжийг харах

Fix 'FastClick is not defined' error

Thibaut Courouble 8 жил өмнө
parent
commit
d6d7d450bd

+ 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