diff --git misc/ajax.js misc/ajax.js
index 01a90ef..c011ed1 100644
--- misc/ajax.js
+++ 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;
 };
 
 /**
