aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/parseXML.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-2/+2
| | | | Fixes gh-2056
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+1
| | | | | Fixes gh-1950 Closes gh-1949
* Ajax: simplify jQuery.parseXML methodShivaji Varma2014-12-251-3/+2
| | | | | | | | | -2 bytes to the gzipped size and code looks a bit nicer This wasn't landed to the compat branch though, since size would increase with this cherry-pick Closes gh-1856
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-1/+1
|
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-091-19/+21
| | | | prettier builds). No functionality changes.
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-081-0/+26
from core)