Closed
Bug 483037
Opened 16 years ago
Closed 16 years ago
Need to wrap sync callback for timer callback - scheduled syncs don't work
Categories
(Cloud Services :: General, defect, P1)
Cloud Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
0.3
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
Bug 482007 changed the scheduled sync callback to just call sync.
Apparently the notify passes the timer as an argument to the callback, so sync is getting the timer for "onComplete" and async doesn't like it.
Let's make the call totally explicit.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → edilee
Status: NEW → RESOLVED
Closed: 16 years ago
Priority: -- → P1
Resolution: --- → FIXED
Updated•16 years ago
|
Component: Weave → General
Product: Mozilla Labs → Weave
Version: Trunk → unspecified
Updated•16 years ago
|
QA Contact: weave → general
You need to log in
before you can comment on or make changes to this bug.
Description
•