make eslint happier
This commit is contained in:
parent
c4db68b31f
commit
1f8cb5203e
5 changed files with 103 additions and 101 deletions
lib/infobox
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue