Fix syntax error

This commit is contained in:
Piro / YUKI Hiroshi 2013-01-04 01:34:08 +09:00
parent f914c5cc72
commit d7d988ee96

View File

@ -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');
}, }
}; };