diff options
| author | Nikita Bernstein | 2012-06-24 03:30:55 -0400 | 
|---|---|---|
| committer | Nikita Bernstein | 2012-06-24 03:30:55 -0400 | 
| commit | 1c456114ad34a952b7b7d54fec2240d187b7321b (patch) | |
| tree | 58dd58cc9723ef80af13e97f741893cc21c48de1 | |
| parent | 5a3c15c887f1d13e6ad7a22abc1018cbb6ac1a97 (diff) | |
| download | LikeFeed-1c456114ad34a952b7b7d54fec2240d187b7321b.tar.bz2 | |
Committing
| -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'}, | 
