From: Jan Wolf Date: Tue, 15 Dec 2015 18:44:28 +0000 (+0100) Subject: Added semicolon to the end of the file X-Git-Tag: v6.0.6~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7563%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added semicolon to the end of the file Valid syntax now. Necessary if you want to concat these files without getting an error on runtime. --- diff --git a/js/foundation.util.mediaQuery.js b/js/foundation.util.mediaQuery.js index da89e30c7..1fe797a53 100644 --- a/js/foundation.util.mediaQuery.js +++ b/js/foundation.util.mediaQuery.js @@ -207,4 +207,4 @@ function parseStyleToObject(str) { return styleObject; } -}(jQuery, Foundation) +}(jQuery, Foundation);