attempt to address the the compatibility warning "Some JS modules were moved

from resource:/// and resource://gre/ to resource://app/"

https://blog.mozilla.org/addons/2013/04/26/compatibility-for-firefox-21/
This commit is contained in:
foudfou 2013-05-30 23:15:32 +02:00
parent 5ddf23a59d
commit 9b190f20bd
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ firetray.Logging = {
if (this.initialized) return;
["resource://services-common/log4moz.js", // FF
"resource:///modules/gloda/log4moz.js", // TB
"resource:///app/modules/gloda/log4moz.js", // TB
"resource://firetray/log4moz.js"] // default
.forEach(function(file){
try {Cu.import(file);} catch(x) {}