aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/parseJSON.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-1/+5
| | | | | | | | (cherry picked from commit 60a6178131afec97b68c9a45bc24459f7b8bd905) Conflicts: src/ajax/parseJSON.js
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-091-2/+3
| | | | prettier builds). No functionality changes.
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-081-0/+8
from core)