]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
removing develop notes
authorCorey Snyder <corey@tangerineindustries.com>
Tue, 6 Dec 2016 22:07:10 +0000 (17:07 -0500)
committerCorey Snyder <corey@tangerineindustries.com>
Tue, 6 Dec 2016 22:07:10 +0000 (17:07 -0500)
forgot to remove some develop helpers that are not needed

js/foundation.sticky.js

index 0a17602a5a431dc657b43df93bffa58cbbb599db..e643ea112f3a36be4c22022cb90703b12058e724 100644 (file)
@@ -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) {