sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Templates used by shell should be exposed as a property and templates on pathhandler should attach there instead of itself #11

Closed sdether closed 11 years ago

sdether commented 11 years ago

PathHandler has a .templates property, while Shell takes some in as html in the config and some are hardcoded. Instead there should be Shell.templates for all html generated by Shell and PathHandler should attach its own templates there instead of keeping them on its own instance.

sdether commented 11 years ago

Fixed in 0.2.7