ライブラリ更新
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6929 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
de12200ba2
commit
37a461376e
@ -54,7 +54,7 @@ if (typeof window == 'undefined') {
|
||||
}
|
||||
|
||||
(function() {
|
||||
const currentRevision = 7;
|
||||
const currentRevision = 8;
|
||||
|
||||
if (!('piro.sakura.ne.jp' in window)) window['piro.sakura.ne.jp'] = {};
|
||||
|
||||
@ -266,7 +266,7 @@ if (typeof window == 'undefined') {
|
||||
{
|
||||
var addon = this._getInstalledAddon(aId);
|
||||
if (!addon || !addon.isActive) return null;
|
||||
return aAddon.getResourceURI('/').QueryInterface(Ci.nsIFileURL).file.clone();
|
||||
return addon.getResourceURI('/').QueryInterface(Ci.nsIFileURL).file.clone();
|
||||
},
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user