undo ballot import example

pull/1/head
d11e9 9 years ago
parent d473c2ca86
commit a939f78bc0
  1. 7
      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;

Loading…
Cancel
Save