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 93a7814..c43d6e6 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -116,7 +116,7 @@  			left: item_type.left + item_type.width + 2,  			height:'auto'  		}); -		 +		   		var title = Ti.UI.createLabel({  			text:key.name,  			font:{fontSize:12,fontWeight:'bold'}, | 
