truffle3-frontend-example icon indicating copy to clipboard operation
truffle3-frontend-example copied to clipboard

Changed App.start() to window.App.start()

Open M1Reeder opened this issue 8 years ago • 1 comments

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

M1Reeder avatar Apr 28 '17 16:04 M1Reeder

hi there's some conflicts here

dougvk avatar Nov 12 '20 12:11 dougvk