make eslint happier

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

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) {