From 507c7e1e6b2772ec1c138378cc6ca3c3e3f8df9c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 19 Nov 2009 13:24:03 -0500 Subject: take out void setLabel() call in Mapstraction --- plugins/Mapstraction/usermap.js | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Mapstraction/usermap.js b/plugins/Mapstraction/usermap.js index 3a1379b8d..270b7efea 100644 --- a/plugins/Mapstraction/usermap.js +++ b/plugins/Mapstraction/usermap.js @@ -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('' + n['user']['screen_name'] + '' + ' ' + n['html'] + '
'+ n['created_at'] + ''); -- cgit v1.2.3-54-g00ecf