From: Corey Snyder Date: Tue, 6 Dec 2016 22:07:10 +0000 (-0500) Subject: removing develop notes X-Git-Tag: 6.3.1~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74556f18dfcf300d7a2c366e2bddd9dcaee9fb8b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git removing develop notes forgot to remove some develop helpers that are not needed --- diff --git a/js/foundation.sticky.js b/js/foundation.sticky.js index 0a17602a5..e643ea112 100644 --- a/js/foundation.sticky.js +++ b/js/foundation.sticky.js @@ -141,7 +141,7 @@ class Sticky { }); }); - this.$element.on('mutateme.zf.trigger', function (e, el, ms, mr) { + this.$element.on('mutateme.zf.trigger', function (e, el) { _this._setSizes(function () { _this._calc(false); if (_this.canStick) { @@ -154,7 +154,7 @@ class Sticky { }); }); - this.$anchor.on('mutateme.zf.trigger', function (e, el, ms, mr) { + this.$anchor.on('mutateme.zf.trigger', function (e, el) { _this._setSizes(function () { _this._calc(false); if (_this.canStick) {