diff options
author | Dries <dries@buytaert.net> | 2012-01-24 17:24:37 -0500 |
---|---|---|
committer | Dries <dries@buytaert.net> | 2012-01-24 17:24:37 -0500 |
commit | b6d921764fc98df02ca334c51d399773a002a073 (patch) | |
tree | 88c85e688d9ad8554f4d98ad70f0a85832ae94ba /misc | |
parent | 1cb7758a76d82121daddc631adb5572823eb6ca0 (diff) | |
download | brdo-b6d921764fc98df02ca334c51d399773a002a073.tar.gz brdo-b6d921764fc98df02ca334c51d399773a002a073.tar.bz2 |
- Patch #1387098 by LSU_JBob, nburles: bug in ajax.js when minified.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ajax.js | 2 |
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. |