diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2012-05-31 08:31:13 -0700 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-05-31 08:31:13 -0700 |
commit | 742872984e000ff8e13b9a23e74852d1b549f161 (patch) | |
tree | 4c267ffba6cedbe604f741f1a42d7baed5612254 /test/data/badjson.js | |
parent | 2d37b6ccb8a5fb9eb47a43221ec10faa693e63c5 (diff) | |
download | jquery-742872984e000ff8e13b9a23e74852d1b549f161.tar.gz jquery-742872984e000ff8e13b9a23e74852d1b549f161.zip |
Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.
Diffstat (limited to 'test/data/badjson.js')
-rw-r--r-- | test/data/badjson.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/badjson.js b/test/data/badjson.js index ec41ee5d6..ad2de7a39 100644 --- a/test/data/badjson.js +++ b/test/data/badjson.js @@ -1 +1 @@ -{bad: 1} +{bad: toTheBone} |