Typo on clearpoll method

0 views
Skip to first unread message

Gorka Guridi

unread,
Aug 20, 2009, 10:49:30 AM8/20/09
to meteorserver
On clearpoll method, when you try to:

if (Meteor.status == 5) {
var x = parent.Meteor.pollfreq - (Meteor.time()-
Meteor.lastrequest);
if (x < 10) x = 10;
setTimeout(Meteor.poll, x);
}

parent.Meteor is undefined. Is it a typo? Should it be "var x =
Meteor.pollfreq ..."?
Reply all
Reply to author
Forward
0 new messages