From: Kevin Ball Date: Mon, 19 Jun 2017 17:52:48 +0000 (-0700) Subject: Fix a missing jquery import X-Git-Tag: v6.4.0-rc4~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10206%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix a missing jquery import --- diff --git a/js/foundation.util.core.js b/js/foundation.util.core.js index ae3c980c9..6ebda695f 100644 --- a/js/foundation.util.core.js +++ b/js/foundation.util.core.js @@ -1,5 +1,7 @@ "use strict"; +import $ from 'jquery'; + // Core Foundation Utilities, utilized in a number of places. /**