Keeping Foundation 4 and 5 parallel

This commit is contained in:
Will Marshall
2014-03-24 16:07:58 +11:00
parent 8f56b829cb
commit e4bb2f1cdf
10 changed files with 32 additions and 39 deletions

View File

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