]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
style(accordion): remove extraneous spaces
authorDaniel Ruf <d.ruf@bitexpert.de>
Mon, 13 Jan 2020 09:15:24 +0000 (10:15 +0100)
committerDaniel Ruf <d.ruf@bitexpert.de>
Mon, 13 Jan 2020 13:16:11 +0000 (14:16 +0100)
js/foundation.accordion.js

index a4cedae6090d2c67f594ad039d8a747f8414935c..fa154c49ffa0420a0edbfbf9c749909f7abe60b3 100644 (file)
@@ -44,7 +44,7 @@ class Accordion extends Plugin {
 
     this.$element.attr('role', 'tablist');
     this.$tabs = this.$element.children('[data-accordion-item]');
-    
+
     this.$tabs.attr({'role': 'presentation'});
 
     this.$tabs.each(function(idx, el) {