make eslint happy
This commit is contained in:
parent
ecb65c9171
commit
3e143435e6
14 changed files with 120 additions and 103 deletions
|
|
@ -7,7 +7,7 @@ define([], function () {
|
|||
|
||||
var container = document.createElement("div")
|
||||
|
||||
function switchTab(ev) {
|
||||
function switchTab() {
|
||||
for (var i = 0; i < tabs.children.length; i++) {
|
||||
var el = tabs.children[i]
|
||||
el.classList.remove("visible")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue