Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

quit does not quit #11

Open
tjim opened this issue Oct 12, 2010 · 0 comments
Open

quit does not quit #11

tjim opened this issue Oct 12, 2010 · 0 comments
Labels

Comments

@tjim
Copy link

tjim commented Oct 12, 2010

See http://github.com/bard/mozrepl/blob/master/chrome/content/server.js

Line 85:

        function(session) { session.quit; });

should be

        function(session) { session.quit(); });
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant