Backed out changeset 55f3df15eaa6 (bug 1356569)

This commit is contained in:
Sebastian Hengst
2017-04-14 23:39:17 +02:00
parent 1abce56e72
commit f75839c723
218 changed files with 387 additions and 381 deletions

View File

@@ -818,7 +818,7 @@ AboutReader.prototype = {
this._goToReference(articleUri.ref);
Services.obs.notifyObservers(this._win, "AboutReader:Ready");
Services.obs.notifyObservers(this._win, "AboutReader:Ready", "");
this._doc.dispatchEvent(
new this._win.CustomEvent("AboutReaderContentReady", { bubbles: true, cancelable: false }));