truffle3-frontend-example
truffle3-frontend-example copied to clipboard
Changed App.start() to window.App.start()
Hi,
I was getting an "App is not defined" error when trying to run the metacoin example. The reason is because App is being initialized on the window object. Simple change from App.start() to window.App.start().
Hopefully I'm doing this "forked repo pull request" correctly. If not feel free to change it on your own. Just trying to help anyone else out who wants to run the demo.
Thanks and best regards, Michael
hi there's some conflicts here