Commit 712a3394 authored by Alex Beregszaszi's avatar Alex Beregszaszi Committed by Dave Hoover

Use semicolons consistently

parent 188d4fd7
......@@ -192,7 +192,6 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar
return;
$event = $('<div class="event" />');
var $close = $('<div class="udapp-close" />');
$close.click( function(){ $event.remove(); } );
......
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