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