From a939f78bc0658fee7945a62d0bd15e57848cb090 Mon Sep 17 00:00:00 2001 From: d11e9 Date: Sat, 3 Oct 2015 09:53:44 +0000 Subject: [PATCH] undo ballot import example --- ballot.sol.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ballot.sol.js b/ballot.sol.js index e60852198f..dd43bd4506 100644 --- a/ballot.sol.js +++ b/ballot.sol.js @@ -24,12 +24,7 @@ var multi = function(func) { return func.toString().match(/[^]*\/\*([^]*)\*\/\}$/)[1]; } -var BALLOT_EXAMPLE = multi(function(){/* - -// create a new file called 'test' :) -import "test"; - -contract Ballot { +var BALLOT_EXAMPLE = multi(function(){/*contract Ballot { struct Voter { uint weight;