From 2769cfb78ebcfba2bec4c2196899655ab86eab7d Mon Sep 17 00:00:00 2001 From: yann300 Date: Sun, 1 Jul 2018 14:28:33 +0200 Subject: [PATCH] remove uneeded reset --- src/universal-dapp-ui.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/universal-dapp-ui.js b/src/universal-dapp-ui.js index ab79ed8c07..674d28d631 100644 --- a/src/universal-dapp-ui.js +++ b/src/universal-dapp-ui.js @@ -9,13 +9,10 @@ var css = require('./universal-dapp-styles') var MultiParamManager = require('./multiParamManager') function UniversalDAppUI (udapp, opts = {}) { - var self = this this.udapp = udapp - self.el = yo`
` } UniversalDAppUI.prototype.reset = function () { - this.el.innerHTML = '' } UniversalDAppUI.prototype.renderInstance = function (contract, address, contractName) {