]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change "" to '' in foundation.util.triggers.js
authorCorrine Olson <corrine.olson@careerbuilder.com>
Tue, 12 Jul 2016 19:42:09 +0000 (15:42 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2016 19:42:09 +0000 (15:42 -0400)
dist/plugins/foundation.util.triggers.js

index a8c67bede278283b287ba2eb192385e860f7fc29..47b72750d762a0227530d1badaac03fe36ea2d51 100644 (file)
@@ -62,7 +62,7 @@
   * @function
   * @private
   */
-  $(window).on("load", function () {
+  $(window).on('load', function () {
     checkListeners();
   });
 
 //       }, debounce || 150);
 //     }
 //   }
-// }
\ No newline at end of file
+// }