Delete QR.ajax on abort.

This commit is contained in:
Nicolas Stepien 2012-06-20 20:58:24 +02:00
parent c6216722d1
commit 096c081a80
2 changed files with 2 additions and 0 deletions

View File

@ -2200,6 +2200,7 @@
if ((_ref = QR.ajax) != null) {
_ref.abort();
}
delete QR.ajax;
return QR.status();
}
};

View File

@ -1682,6 +1682,7 @@ QR =
abort: ->
QR.ajax?.abort()
delete QR.ajax
QR.status()
Options =