From 24fc7129752f3d59a975df58c1ced4a1ee4bfa05 Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Mon, 29 Aug 2011 23:57:29 +0900 Subject: [PATCH] define TAB_DROP_TYPE by self (for Firefox 8 and later) --- content/treestyletab/res/tabsDragUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/treestyletab/res/tabsDragUtils.js b/content/treestyletab/res/tabsDragUtils.js index 3e1bbaf3..128e1425 100644 --- a/content/treestyletab/res/tabsDragUtils.js +++ b/content/treestyletab/res/tabsDragUtils.js @@ -13,7 +13,7 @@ http://github.com/piroor/fxaddonlibs/blob/master/tabsDragUtils.js */ (function() { - const currentRevision = 16; + const currentRevision = 17; if (!('piro.sakura.ne.jp' in window)) window['piro.sakura.ne.jp'] = {}; @@ -30,6 +30,7 @@ const Cc = Components.classes; const Ci = Components.interfaces; + const TAB_DROP_TYPE = 'application/x-moz-tabbrowser-tab'; var tabsDragUtils = { revision : currentRevision,