From b6d921764fc98df02ca334c51d399773a002a073 Mon Sep 17 00:00:00 2001 From: Dries Date: Tue, 24 Jan 2012 17:24:37 -0500 Subject: - Patch #1387098 by LSU_JBob, nburles: bug in ajax.js when minified. --- 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 830c8aa1c..900ca1d22 100644 --- a/misc/ajax.js +++ b/misc/ajax.js @@ -318,7 +318,7 @@ Drupal.ajax.prototype.beforeSerialize = function (element, options) { Drupal.ajax.prototype.beforeSubmit = function (form_values, element, options) { // This function is left empty to make it simple to override for modules // that wish to add functionality here. -} +}; /** * Prepare the Ajax request before it is sent. -- cgit v1.2.3