From e966a545bbc8275048b41bb3c8b356e43e972bcc Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Wed, 25 Apr 2018 15:01:27 +0200 Subject: [PATCH] clean up angles --- src/universal-dapp-ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/universal-dapp-ui.js b/src/universal-dapp-ui.js index a43f5b56a2..14839e5c29 100644 --- a/src/universal-dapp-ui.js +++ b/src/universal-dapp-ui.js @@ -86,6 +86,7 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address // TODO this is used by renderInstance when a new instance is displayed. // this returns a DOM element. +// UniversalDAppUI.prototype.getCallButton = function (args) { var self = this // args.funABI, args.address [fun only]