diff --git a/modules/utils.js b/modules/utils.js index c4ce803b..34b760fa 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -76,6 +76,6 @@ let TreeStyleTabUtils = { clearTreePref : function TSTUtils_clearTreePref(aPrefstring) { return prefs.clearPref(TST_PREF_PREFIX + aPrefstring); - }, + } };