summaryrefslogtreecommitdiff
path: root/js/lib/html.js
AgeCommit message (Collapse)Author
2015-01-09Rewrote HTML escaping for big performance gain.John MacFarlane
2015-01-09Made `tight` a property of `list_data`.John MacFarlane
2015-01-09JS linter improvements.John MacFarlane
(Note: this is helping performance. We have regained everything we lost with the last major change, and more.)
2015-01-09Rename js/lib/html-renderer.js -> js/lib/html.js.John MacFarlane