aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/json_assigned_obj.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ↵David Serduke2007-11-291-0/+1
case, $.getJSON() wasn't working from a remote host. I went ahead and added a unit test then added the s.dataType == "json" test for a remote <script> load. The said that json was allowed but the dataType check was missing. This appears to have fixed the bug across all browsers.