mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
parent
34c5bb34d3
commit
25677ada84
@ -156,7 +156,7 @@ Feed.prototype =
|
||||
|
||||
this.request = Components.classes["@mozilla.org/xmlextras/xmlhttprequest;1"]
|
||||
.createInstance(Components.interfaces.nsIXMLHttpRequest);
|
||||
this.request.onprogress = Feed.onProgress; // must be set before calling .open
|
||||
this.request.onprogress = this.onProgress; // must be set before calling .open
|
||||
this.request.open("GET", this.url, true);
|
||||
|
||||
var lastModified = this.lastModified;
|
||||
|
Loading…
Reference in New Issue
Block a user