void Starts synchronizing
//dojo.debug("synchronize"); if(this.isSyncing || dojox.off.goingOnline || (!dojox.off.isOnline)){ return; } this.isSyncing = true; this.successful = false; this.details = []; this.cancelled = false; this.start();