]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
fix: initialize MediaQuery in global Foundation entry 11381/head
authorNicolas Coden <nicolas@ncoden.fr>
Wed, 4 Jul 2018 20:04:28 +0000 (22:04 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 4 Jul 2018 20:04:28 +0000 (22:04 +0200)
commitff1c302ab2bd05129d13c4a6520f670632e6fb37
tree926b8238370f641aca71bebebc48dfd41d876414
parenta3ecb321abeda042b5aa7e280507d6f181cffc05
fix: initialize MediaQuery in global Foundation entry

The MediaQuery utility is not initialized when imported via the global Foundation package. Not before a component using it is used

This commit does the same as #10363 but for the global Foundation entry.

See https://github.com/zurb/foundation-sites/issues/10363
js/entries/foundation.js