]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove space and "" to '' in dist/foundation.js
authorCorrine Olson <corrine.olson@careerbuilder.com>
Tue, 12 Jul 2016 19:40:32 +0000 (15:40 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2016 19:40:32 +0000 (15:40 -0400)
dist/foundation.js

index e738716def4e85bef1cc308f65bc421fdcd33b51..90f5d835ea6c7521e8e355bbddf6ceab5e3f6b18 100644 (file)
   * @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);
         }