]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added semicolon to the end of the file 7563/head
authorJan Wolf <mail@jan-wolf.de>
Tue, 15 Dec 2015 18:44:28 +0000 (19:44 +0100)
committerJan Wolf <mail@jan-wolf.de>
Tue, 15 Dec 2015 18:44:28 +0000 (19:44 +0100)
Valid syntax now. Necessary if you want to concat these files without getting an error on runtime.

js/foundation.util.mediaQuery.js

index da89e30c775bd54e6e9f91eb68562a00e62b2624..1fe797a53988b3f8be7ac75929488a5d60e4763c 100644 (file)
@@ -207,4 +207,4 @@ function parseStyleToObject(str) {
   return styleObject;
 }
 
-}(jQuery, Foundation)
+}(jQuery, Foundation);