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;