Remove trailing "," in object literals
This commit is contained in:
parent
edda4cd48b
commit
22f8f1f6d2
@ -76,6 +76,6 @@ 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);
|
||||||
},
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user