From 936126f10de193e2bb1c8280dbc2361ca5d62e29 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Fri, 15 Nov 2013 00:18:46 -0500 Subject: [PATCH] Ref 27b22f4e: Remove oldIE-unfriendly trailing comma --- test/unit/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5