diff options
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index fe7555b..0894d07 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -5,7 +5,7 @@  		var row = Ti.UI.createTableViewRow();  		var profile_icon = Ti.UI.createImageView({ -			url:"images/fb_test_profile.jpg", +			image:"images/fb_test_profile.jpg",  			width:50,  			height:50,  			left:0, | 
