- Patch #939860 by rfay, yched: on 2nd ajax call, behaviors are called with empty settings.

merge-requests/26/head
Dries Buytaert 2010-10-13 13:46:50 +00:00
parent 284f2b11a4
commit cf11af6865
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
/**