From: Corrine Olson Date: Tue, 12 Jul 2016 19:40:32 +0000 (-0400) Subject: Remove space and "" to '' in dist/foundation.js X-Git-Tag: v6.2.4-rc1~54^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b4b1fe8e6734822c61dcc7e31d0dd7a956668c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove space and "" to '' in dist/foundation.js --- diff --git a/dist/foundation.js b/dist/foundation.js index e738716de..90f5d835e 100644 --- a/dist/foundation.js +++ b/dist/foundation.js @@ -1585,7 +1585,7 @@ * @function * @private */ - $(window).on("load", function () { + $(window).on('load', function () { checkListeners(); }); @@ -4766,7 +4766,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons // Replacing images if (this.$element[0].nodeName === 'IMG') { - this.$element.attr('src', path).on("load", function () { + this.$element.attr('src', path).on('load', function () { _this.currentPath = path; }).trigger(trigger); }