Commit c96958d4 authored by Rob Stupay's avatar Rob Stupay

clean up angles redux

parent e966a545
...@@ -86,7 +86,6 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address ...@@ -86,7 +86,6 @@ 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]
......
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