js/foundation/foundation.magellan.js in zurb-foundation-4.2.3 vs js/foundation/foundation.magellan.js in zurb-foundation-4.3.0

- old
+ new

@@ -7,11 +7,12 @@ name : 'magellan', version : '4.2.2', settings : { - activeClass: 'active' + activeClass: 'active', + threshold: 0 }, init : function (scope, method, options) { this.scope = scope || this.scope; Foundation.inherit(this, 'data_options'); @@ -129,6 +130,6 @@ $(this.scope).off('.fndtn.magellan'); }, reflow : function () {} }; -}(Foundation.zj, this, this.document)); \ No newline at end of file +}(Foundation.zj, this, this.document));