summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ajax.js b/misc/ajax.js
index 0dfa42a50..773986ae3 100644
--- a/misc/ajax.js
+++ b/misc/ajax.js
@@ -298,7 +298,7 @@ Drupal.ajax.prototype.success = function (response, status) {
// Remove any response-specific settings so they don't get used on the next
// call by mistake.
- this.settings = {};
+ this.settings = null;
};
/**