]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed double quotes.
authorMilos Sakovic <m@deva.co>
Tue, 1 Nov 2016 16:29:59 +0000 (17:29 +0100)
committerMilos Sakovic <m@deva.co>
Tue, 1 Nov 2016 16:29:59 +0000 (17:29 +0100)
js/foundation.orbit.js

index dd663a6a7094c15902d743e9b75de4c694c3f107..2ca922dde612abb2a7ed114e28d128f9c5051d71 100644 (file)
@@ -245,7 +245,7 @@ class Orbit {
    */
   _detachEvents() {
     // Don't do anything if there are no slides (first run)
-    if (typeof this.$slides == "undefined") {
+    if (typeof this.$slides == 'undefined') {
       return;
     }