make eslint happy

This commit is contained in:
Nils Schneider 2015-03-29 16:14:10 +02:00
commit 3e143435e6
14 changed files with 120 additions and 103 deletions

View file

@ -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")