pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons 64b2494eef Removed useless sHTMLClass parameter from all setBinding() methods
HTML controls with bindings are now identified by the single class attribute of "{APPCLASS}-binding" instead of the somewhat arbitrary "{APPCLASS}-input" or "{APPCLASS}-output" classes
2014-11-15 18:16:48 -08:00
..
c1pjs Removed useless sHTMLClass parameter from all setBinding() methods 2014-11-15 18:16:48 -08:00
diskdump my_modules is simply modules now 2014-11-11 08:19:48 -08:00
filedump Fixed FileDump for clients that request the "bytes" format 2014-11-15 12:09:54 -08:00
grunts my_modules is simply modules now 2014-11-11 08:19:48 -08:00
htmlout Fix rendering of HTML template file 2014-11-11 08:38:12 -08:00
markout my_modules is simply modules now 2014-11-11 08:19:48 -08:00
pcjs Removed useless sHTMLClass parameter from all setBinding() methods 2014-11-15 18:16:48 -08:00
shared Removed useless sHTMLClass parameter from all setBinding() methods 2014-11-15 18:16:48 -08:00
README.md my_modules is simply modules now 2014-11-11 08:19:48 -08:00

PCjs Node Modules

This folder contains all the PCjs JavaScript source code, organized into Node modules. It is the counterpart to node_modules, where all the public Node modules are installed.

Only private Node modules are checked into this project. If any of these modules are later published on npmjs.org, then they will be moved to node_modules and removed from this folder.