Export EXPORTED_SYMBOLS

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-10 01:40:54 +09:00
parent 402b244463
commit 991390d88f

View File

@ -36,7 +36,7 @@
"use strict";
let EXPORTED_SYMBOLS = ['TreeStyleTabUtils'];
var EXPORTED_SYMBOLS = ['TreeStyleTabUtils'];
const Cc = Components.classes;
const Ci = Components.interfaces;