clean up angles

pull/3094/head
Rob Stupay 7 years ago
parent 700a751a4e
commit c301dab1f4
  1. 1
      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. // TODO this is used by renderInstance when a new instance is displayed.
// this returns a DOM element. // this returns a DOM element.
//
UniversalDAppUI.prototype.getCallButton = function (args) { UniversalDAppUI.prototype.getCallButton = function (args) {
var self = this var self = this
// args.funABI, args.address [fun only] // args.funABI, args.address [fun only]

Loading…
Cancel
Save