You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just want to say that I have just compiled the latest ghcjs and ghcjs-canvas, and it seems to be working; although, I had to modify the HTML file a little bit for it to correctly load jQuery in Firefox
At the moment, the jQuery link in examples/square.html gives a 404, and the lib1.js is referenced, but it doesn't seem to be built. Fixing the jQuery link, and dropping the lib1.js reference, I get an Uncaught ReferenceError: goog is not defined in Chrome. After resuming the debugger from this exception, the example seems to work.
uncaught exception in Haskell main thread: TypeError: a is undefined
lib.js (line 7317)
TypeError: t is null
t.status = h$threadFinished;
lib.js (line 8051)
The text was updated successfully, but these errors were encountered: