Skip to content

Commit 1047eef

Browse files
authored
fix linting error: missing space on line 81
1 parent 1d849c3 commit 1047eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/05-tabset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function activateTab (e) {
7878
e.preventDefault()
7979
var tab = this.tab
8080
var pane = this.pane
81-
var tabMenu= document.querySelector('.tabs ul')
81+
var tabMenu = document.querySelector('.tabs ul')
8282
var nodeTab = document.querySelector('.tabs > ul')
8383
var nodeDropdownTabNode = document.querySelector('.other-tablist')
8484
if (tab.parentNode.classList[0] === 'other-tablist') {

0 commit comments

Comments
 (0)