Commit 2dd4192d authored by Alex Beregszaszi's avatar Alex Beregszaszi

Fix a construct lint cannot handle

parent f7267dbc
...@@ -326,7 +326,9 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar ...@@ -326,7 +326,9 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar
address: address address: address
})) }))
}) })
($el || $createInterface).append($instance.append($events))
$el = $el || $createInterface
$el.append($instance.append($events))
} }
if (!address || !$target) { if (!address || !$target) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment