From 780bf9b04b42ff1bf46f64e3ed25a3f98fe5519c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 9 Sep 2009 21:53:15 +0000 Subject: - Patch #559368 by CalebD: trailing commas in JavaScript cause syntax errors in IE. --- misc/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/ajax.js') diff --git a/misc/ajax.js b/misc/ajax.js index 953827f1d..378b1b833 100644 --- a/misc/ajax.js +++ b/misc/ajax.js @@ -96,7 +96,7 @@ Drupal.ajax = function (base, element, element_settings) { type: 'bar', message: 'Please wait...' }, - button: {}, + button: {} }; $.extend(this, defaults, element_settings); -- cgit v1.2.3