]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Haphazardly prevent Babel errors from merge conflicts in slider.js
authorGeoff Kimball <geoff@zurb.com>
Tue, 2 Feb 2016 00:16:37 +0000 (16:16 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 2 Feb 2016 18:18:02 +0000 (10:18 -0800)
js/foundation.slider.js

index fb08fa48022040f6fe9cbeb5af7c46563c0520fe..868befd14d1bcd666c063a5408bf837b5c811497 100644 (file)
     if(this.options.clickSelect){
       this.$element.off('click.zf.slider').on('click.zf.slider', function(e){
         if(_this.$element.data('dragging')){ return false; }
-<<<<<<< HEAD
+// <<<<<<< HEAD
         _this.animComplete = false;
 
         if(!$(e.target).is('[data-slider-handle]')) {
           } else {
             _this._handleEvent(e, _this.$handle);
           }
-=======
+// =======
 
         if(_this.options.doubleSided){
           _this._handleEvent(e);
         }else{
           _this._handleEvent(e, _this.$handle);
->>>>>>> develop
+// >>>>>>> develop
         }
-      });
+      }});
     }
 
     if(this.options.draggable){