Fix syntax error
This commit is contained in:
parent
f914c5cc72
commit
d7d988ee96
@ -82,7 +82,7 @@ let TreeStyleTabUtils = {
|
|||||||
clearTreePref : function TSTUtils_clearTreePref(aPrefstring)
|
clearTreePref : function TSTUtils_clearTreePref(aPrefstring)
|
||||||
{
|
{
|
||||||
return prefs.clearPref(TST_PREF_PREFIX + aPrefstring);
|
return prefs.clearPref(TST_PREF_PREFIX + aPrefstring);
|
||||||
}
|
},
|
||||||
|
|
||||||
/* string bundle */
|
/* string bundle */
|
||||||
get treeBundle () {
|
get treeBundle () {
|
||||||
@ -90,6 +90,6 @@ let TreeStyleTabUtils = {
|
|||||||
},
|
},
|
||||||
get tabbrowserBundle () {
|
get tabbrowserBundle () {
|
||||||
return stringBundle.get('chrome://browser/locale/tabbrowser.properties');
|
return stringBundle.get('chrome://browser/locale/tabbrowser.properties');
|
||||||
},
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user