Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-12 | Moved "use strict" to top of modules. | John MacFarlane | |
2014-12-10 | linter fixes to html5-entities.js and index.js. | John MacFarlane | |
2014-12-10 | html5-entities.js: put object property 'in' in quotes. | John MacFarlane | |
...this is a JS keyword, and at least IE8 gets confused by it in this context. | |||
2014-12-09 | Avoid using non-ascii characters in js code. | John MacFarlane | |
It seems to confuse IE8. | |||
2014-10-18 | Change from-code-point.js so it doesn't alter String prototype. | John MacFarlane | |
2014-10-18 | Use browserify to make js code more modular. | John MacFarlane | |
* Moved js library code to `js/lib`. * `js/stmd.js` is now generated from these files using browserify. * Factored out `html5-entities.js` and `from-code-point.js` from main js parsing code (which is now `index.js`). * Moved `js/markdown` to `js/bin`. |