comparison avatar.js @ 8:e0cd5ede76af

Better documentation.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 19 May 2011 20:52:34 +0200
parents 51cda3a6e1c3
children 9360b78c7a5b
comparison
equal deleted inserted replaced
7:51cda3a6e1c3 8:e0cd5ede76af
316 showImage(jid, res); 316 showImage(jid, res);
317 return; 317 return;
318 } 318 }
319 319
320 getVCard(jid, res); 320 getVCard(jid, res);
321 }).listen(8032); 321 }).listen(config.webPort);