From 10817a04d09d6b820bda2771bf1ec4ad00c4b20a Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Wed, 6 Nov 2013 23:07:01 +0900 Subject: [PATCH] Bump revision of tabsDragUtils.js https://github.com/piroor/fxaddonlib-tabs-drag-utils/commit/846779091884d9ec21dfe7ef8258ebc1fae44cb8 --- content/treestyletab/res/tabsDragUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/treestyletab/res/tabsDragUtils.js b/content/treestyletab/res/tabsDragUtils.js index 2e51758e..ce3ac604 100644 --- a/content/treestyletab/res/tabsDragUtils.js +++ b/content/treestyletab/res/tabsDragUtils.js @@ -1,5 +1,5 @@ /* - Multiple Tabs Drag and Drop Utilities for Firefox 3.5 or later + Multiple Tabs Drag and Drop Utilities for Firefox 24 or later Usage: window['piro.sakura.ne.jp'].tabsDragUtils.initTabBrowser(gBrowser); @@ -15,7 +15,7 @@ http://github.com/piroor/fxaddonlib-tabs-drag-utils */ (function() { - const currentRevision = 28; + const currentRevision = 29; if (!('piro.sakura.ne.jp' in window)) window['piro.sakura.ne.jp'] = {};