From: Nicolas Coden Date: Sun, 4 Feb 2018 00:25:42 +0000 (+0100) Subject: fix: export Foundation in `foundation.core` entry for usage in other entries X-Git-Tag: v6.6.0~3^2~305^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2acd0c14;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: export Foundation in `foundation.core` entry for usage in other entries --- diff --git a/js/entries/plugins/foundation.core.js b/js/entries/plugins/foundation.core.js index 16b2556ad..cf4afd9cb 100644 --- a/js/entries/plugins/foundation.core.js +++ b/js/entries/plugins/foundation.core.js @@ -20,3 +20,5 @@ Foundation.Plugin = Plugin; window.Foundation = Foundation; + +export { Foundation }