make eslint happier

This commit is contained in:
Nils Schneider 2015-03-30 03:20:43 +02:00
parent c4db68b31f
commit 1f8cb5203e
5 changed files with 103 additions and 101 deletions
lib/infobox

View file

@ -1,7 +1,7 @@
define(["infobox/link", "infobox/node"], function (Link, Node) {
return function (config, sidebar, router) {
var self = this
el = undefined
var el
function destroy() {
if (el && el.parentNode) {