]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove deprecated settings object.
authorJordan Humphreys <jordan@mailyard.net>
Wed, 10 Apr 2013 16:47:46 +0000 (09:47 -0700)
committerJordan Humphreys <jordan@mailyard.net>
Wed, 10 Apr 2013 16:47:46 +0000 (09:47 -0700)
js/foundation/foundation.reveal.js

index 958d6d709d9ca33bf51acab677c5c60368cc0cfe..20d3209294cd473d6de0130dea7f844cc6f1540a 100644 (file)
@@ -42,7 +42,7 @@
       if (typeof method === 'object') {
         $.extend(true, this.settings, method);
       } else if (typeof options !== 'undefined') {
-        $.extend(true, this.settings, this.defaults, options);
+        $.extend(true, this.settings, options);
       }
 
       if (typeof method != 'string') {