From 37a461376e1919a0020a100e7497c8d8d83fd58d Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 7 Jul 2010 12:27:24 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6929 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- modules/extensions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/extensions.js b/modules/extensions.js index cd10c7df..c83922f3 100644 --- a/modules/extensions.js +++ b/modules/extensions.js @@ -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(); },