diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-11-15 00:18:46 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-11-15 00:18:46 -0500 |
commit | 936126f10de193e2bb1c8280dbc2361ca5d62e29 (patch) | |
tree | 1567259abab9d06e953e7bdd06ae26dd61cf5793 /test/unit | |
parent | 8dc0f2ea84e1861d8d8dfa7699268368c659f8e9 (diff) | |
download | jquery-936126f10de193e2bb1c8280dbc2361ca5d62e29.tar.gz jquery-936126f10de193e2bb1c8280dbc2361ca5d62e29.zip |
Ref 27b22f4e: Remove oldIE-unfriendly trailing comma
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js index 6ea588c70..9899fa092 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -189,7 +189,7 @@ module( "ajax", { "SometHing-elsE": "other value", "OthEr": "something else", "Nullable": null, - "undefined": undefined, + "undefined": undefined // Support: Firefox // Not all browsers allow empty-string headers |