summaryrefslogtreecommitdiff
path: root/misc/ajax.js
diff options
context:
space:
mode:
authorDries <dries@buytaert.net>2012-01-24 17:24:37 -0500
committerDries <dries@buytaert.net>2012-01-24 17:24:37 -0500
commitb6d921764fc98df02ca334c51d399773a002a073 (patch)
tree88c85e688d9ad8554f4d98ad70f0a85832ae94ba /misc/ajax.js
parent1cb7758a76d82121daddc631adb5572823eb6ca0 (diff)
downloadbrdo-b6d921764fc98df02ca334c51d399773a002a073.tar.gz
brdo-b6d921764fc98df02ca334c51d399773a002a073.tar.bz2
- Patch #1387098 by LSU_JBob, nburles: bug in ajax.js when minified.
Diffstat (limited to 'misc/ajax.js')
-rw-r--r--misc/ajax.js2
1 files changed, 1 insertions, 1 deletions
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.