From d71ffcaf85507b00fc4d545f1f1d2ca58283f21e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 23 Jun 2012 23:19:21 -0400 Subject: LikeList: changed ImageView 'url' key to 'image' because 'url' is deprecated apparently. --- Resources/friendship/ui/LikeList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index 9ba9bd5..7ed3fe2 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, -- cgit v1.2.3