From 712a33943a65863681ec564aa04b42a98c7c12be Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 24 May 2016 18:40:58 +0100 Subject: [PATCH] Use semicolons consistently --- src/universal-dapp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/universal-dapp.js b/src/universal-dapp.js index a659447f79..c1bb5d493d 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -192,7 +192,6 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar return; $event = $('
'); - var $close = $('
'); $close.click( function(){ $event.remove(); } );