aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/parseJSON.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-3/+43
| | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-2/+2
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-41/+3
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-22/+31
|
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-091-32/+33
| | | | prettier builds). No functionality changes.
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-081-0/+41
from core) Conflicts: src/core.js