take out void setLabel() call in Mapstraction

This commit is contained in:
Evan Prodromou 2009-11-19 13:24:03 -05:00
parent 664239d39f
commit 507c7e1e6b
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ $(document).ready(function() {
pt = new mxn.LatLonPoint(lat, lon);
mkr = new mxn.Marker(pt);
mkr.setLabel();
mkr.setIcon(n['user']['profile_image_url']);
mkr.setInfoBubble('<a href="'+ n['user']['profile_url'] + '">' + n['user']['screen_name'] + '</a>' + ' ' + n['html'] +
'<br/><a href="'+ n['url'] + '">'+ n['created_at'] + '</a>');