var => const
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6911 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
633a9ece95
commit
de12200ba2
@ -33,10 +33,10 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ******/
|
||||
|
||||
var EXPORTED_SYMBOLS = ['TreeStyleTabUtils'];
|
||||
const EXPORTED_SYMBOLS = ['TreeStyleTabUtils'];
|
||||
|
||||
var Cc = Components.classes;
|
||||
var Ci = Components.interfaces;
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
|
||||
Components.utils.import('resource://treestyletab-modules/prefs.js');
|
||||
Components.utils.import('resource://treestyletab-modules/boxObject.js');
|
||||
|
Loading…
x
Reference in New Issue
Block a user