Remove trailing "," in object literals

This commit is contained in:
YUKI Hiroshi 2012-10-24 01:39:30 +09:00
parent edda4cd48b
commit 22f8f1f6d2

View File

@ -76,6 +76,6 @@ let TreeStyleTabUtils = {
clearTreePref : function TSTUtils_clearTreePref(aPrefstring)
{
return prefs.clearPref(TST_PREF_PREFIX + aPrefstring);
},
}
};