Age | Commit message (Expand) | Author |
---|---|---|
2015-01-12 | Wrap decodeURI in a try. | John MacFarlane |
2015-01-12 | Use decodeURI instead of the deprecated 'unescape'. | John MacFarlane |
2015-01-12 | Fixed some linter errors. | John MacFarlane |
2015-01-12 | Moved "use strict" to top of modules. | John MacFarlane |
2015-01-11 | Moved common xml escaping code from xml.js, html.js to common.js. | John MacFarlane |
2015-01-11 | Factored out normalizeURI into a single function in common.js. | John MacFarlane |
2015-01-11 | Factored out unescapeString into new module, js/common.js. | John MacFarlane |