]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Small Indentation!
authorharry <harmanmanchanda182@gmail.com>
Thu, 14 Sep 2017 19:47:13 +0000 (01:17 +0530)
committerharry <harmanmanchanda182@gmail.com>
Thu, 14 Sep 2017 19:47:13 +0000 (01:17 +0530)
js/foundation.dropdown.js

index fb59993b2c85e9d0f9b0306b74ab5483cbe6aed3..2b308efb054c088d981ff5cfe98976ecccd8966f 100644 (file)
@@ -137,7 +137,8 @@ class Dropdown extends Positionable {
       'resizeme.zf.trigger': this._setPosition.bind(this)
     });
 
-    this.$anchors.off('click.zf.trigger').on('click.zf.trigger', function(e) {
+    this.$anchors.off('click.zf.trigger')
+      .on('click.zf.trigger', function(e) {
         _this._setCurrentAnchor(this);
 
         if (_this.options.forceFollow && hasTouch && _this.options.hover) {