Bug 786604 - Name the observe() function in AboutReader (r=jaws)

This commit is contained in:
Chelsea Carr 2012-09-10 11:34:46 -04:00
parent 025e8865ff
commit 561d780991

View File

@ -136,7 +136,7 @@ AboutReader.prototype = {
return this._toolbarElementRef.get();
},
observe: function(aMessage, aTopic, aData) {
observe: function Reader_observe(aMessage, aTopic, aData) {
switch(aTopic) {
case "Reader:FaviconReturn": {
let info = JSON.parse(aData);