Patching a Foundation bug w/ tests

This commit is contained in:
Will Marshall
2014-03-24 16:13:53 +11:00
parent e4bb2f1cdf
commit d637deeb19

View File

@@ -13,6 +13,7 @@
$ ->
# Hacky fix for issue - http://foundation.zurb.com/forum/posts/2112-foundation-5100-syntax-error-in-js
Foundation.set_namespace = function() {};
Foundation.set_namespace = ->
null
$(document).foundation()
$(document).foundation({reveal: {animation: 'fade'}})