]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Properly extending dropdown library 6029/head
authorAntonin Januska <antonin@antjanus.com>
Thu, 13 Nov 2014 14:41:56 +0000 (08:41 -0600)
committerAntonin Januska <antonin@antjanus.com>
Thu, 13 Nov 2014 14:41:56 +0000 (08:41 -0600)
js/foundation/foundation.dropdown.js

index 68b57e458070173f92e026ea97aee32ef237b428..797f890dd14d57b51d41f8967b9d40e57bdb5032 100644 (file)
@@ -19,6 +19,7 @@
     init : function (scope, method, options) {
       Foundation.inherit(this, 'throttle');
 
+      $.extend(true, this.settings, method, options);
       this.bindings(method, options);
     },