Commit a7e3d9d7 authored by chriseth's avatar chriseth

Merge pull request #49 from redsquirrel/kill-dead-functions

Removing an unused method in UniversalDApp
parents a16b50a5 d9fc0115
......@@ -535,10 +535,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 ) {
var address = prompt( "What Address is this contract at in the Blockchain? ie: '0xdeadbeaf...'" );
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