]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix a missing jquery import 10206/head
authorKevin Ball <kmball11@gmail.com>
Mon, 19 Jun 2017 17:52:48 +0000 (10:52 -0700)
committerKevin Ball <kmball11@gmail.com>
Mon, 19 Jun 2017 17:52:48 +0000 (10:52 -0700)
js/foundation.util.core.js

index ae3c980c9d55cf93e0c1622e037dd2fc45fb1596..6ebda695f0f394a73f90515fef0483f6532fa774 100644 (file)
@@ -1,5 +1,7 @@
 "use strict";
 
+import $ from 'jquery';
+
 // Core Foundation Utilities, utilized in a number of places.
 
   /**