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

This commit is contained in:
Nathan Gray 2015-03-11 21:55:25 +00:00
parent 25b3493767
commit cabf2f2e75

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