Commit d9fc0115 authored by Dave Hoover's avatar Dave Hoover

Removing an unused method in UniversalDApp

parent 682f8af6
...@@ -534,10 +534,6 @@ UniversalDApp.prototype.deployLibrary = function(contractName, cb) { ...@@ -534,10 +534,6 @@ UniversalDApp.prototype.deployLibrary = function(contractName, cb) {
} }
}; };
UniversalDApp.prototype.clickNewContract = function ( self, $contract, contract ) {
$contract.append( self.getInstanceInterface(contract) );
};
UniversalDApp.prototype.clickContractAt = function ( self, $output, contract ) { UniversalDApp.prototype.clickContractAt = function ( self, $output, contract ) {
var address = prompt( "What Address is this contract at in the Blockchain? ie: '0xdeadbeaf...'" ); var address = prompt( "What Address is this contract at in the Blockchain? ie: '0xdeadbeaf...'" );
self.getInstanceInterface(contract, address, $output ); self.getInstanceInterface(contract, address, $output );
......
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