]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix customizer js
authorKevin Ball <kmball11@gmail.com>
Wed, 28 Jun 2017 18:51:47 +0000 (11:51 -0700)
committerKevin Ball <kmball11@gmail.com>
Wed, 28 Jun 2017 18:51:47 +0000 (11:51 -0700)
customizer/lib/js.js

index 3fa044cf4d097266bf7de2f4c7a37cb61e6d159f..8cd110c78e0f394b1973040fb6636ac0adcae99e 100644 (file)
@@ -18,7 +18,7 @@ module.exports = function(config, modules) {
   var dir = path.resolve(__dirname, '../../js/');
   var entry = "import $ from 'jquery';\n" +
               "import { Foundation } from '" + dir + "/foundation.core';\n" +
-              "Foundation.addToJQuery($);\n";
+              "Foundation.addToJquery($);\n";
 
   var libraries = [];