Don't clear deferred, as type may get reset in initialization.

This commit is contained in:
Ralf Becker 2015-03-13 10:48:46 +00:00
parent 557ebed1b2
commit 80549ae2aa

View File

@ -161,7 +161,6 @@ var fw_browser = Class.extend({
self.ajaxLoaderDiv.hide().remove(); self.ajaxLoaderDiv.hide().remove();
self.ajaxLoaderDiv = null; self.ajaxLoaderDiv = null;
} }
self.loadingDeferred = null;
}); });
// Check whether the given url is a pseudo url which should be executed // Check whether the given url is a pseudo url which should be executed