Merge pull request #443 from saneyuki/constant
Freeze TreeStyleTabConstants.
This commit is contained in:
commit
a0a650e5c5
@ -35,7 +35,7 @@
|
||||
|
||||
const EXPORTED_SYMBOLS = ['TreeStyleTabConstants'];
|
||||
|
||||
var TreeStyleTabConstants = {
|
||||
const TreeStyleTabConstants = Object.freeze({
|
||||
/* attributes */
|
||||
kID : 'treestyletab-id',
|
||||
kCHILDREN : 'treestyletab-children',
|
||||
@ -202,4 +202,4 @@ var TreeStyleTabConstants = {
|
||||
DEFAULT_SHRUNKEN_WIDTH_RATIO : 0.67,
|
||||
MIN_TABBAR_WIDTH : 24,
|
||||
MIN_TABBAR_HEIGHT : 24
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user