From 991390d88f3c637e3886acc83ef46eebbb0f38bc Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 10 Nov 2015 01:40:54 +0900 Subject: [PATCH] Export EXPORTED_SYMBOLS --- modules/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/utils.js b/modules/utils.js index 9b7011b9..240602fa 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -36,7 +36,7 @@ "use strict"; -let EXPORTED_SYMBOLS = ['TreeStyleTabUtils']; +var EXPORTED_SYMBOLS = ['TreeStyleTabUtils']; const Cc = Components.classes; const Ci = Components.interfaces;