document.getElementById() returns null when using mozrepl (but not in firebug)
- by teamonkey
I'm trying to use the mozrepl Firefox extension to give me a Javascript REPL from within emacs.
I think I've got it set up correctly. I can interact with the REPL from emacs and can explore the document pretty much as described in the tutorial pages. The problem comes when I try to do something really simple, like get a context to a canvas…