--- googlecode.com/svn/trunk/public_html/meteor.js 2006/12/08 16:52:58 9 +++ googlecode.com/svn/trunk/public_html/meteor.js 2006/12/14 10:45:43 10 @@ -210,7 +210,7 @@ this.lastpingtime = false; } -Meteor.prototype.process = function(id, data, timestamp) { +Meteor.prototype.process = function(id, data) { if (id > this.lastmsgreceived) { this.callback_process(data); if (id != -1) this.lastmsgreceived = id; @@ -224,9 +224,6 @@ this.ping(); } this.setstatus(5); - if (!isNaN(timestamp)) { - Meteor.setServerTime(timestamp); - } } Meteor.prototype.ping = function() {