bug 518075 - fix copy/paste fail

This commit is contained in:
Mike Connor 2009-11-09 16:30:37 -05:00
parent 9c089d1c22
commit a3dc67aa1b

View File

@ -190,7 +190,7 @@ WeaveSvc.prototype = {
set syncInterval(value) Svc.Prefs.set("syncInterval", value),
get syncThreshold() Svc.Prefs.get("syncThreshold", SINGLE_USER_THRESHOLD),
set syncThreshold(value) Svc.Prefs.set("nextSync", value),
set syncThreshold(value) Svc.Prefs.set("syncThreshold", value),
get globalScore() Svc.Prefs.get("globalScore", 0),
set globalScore(value) Svc.Prefs.set("globalScore", value),