diff options
Diffstat (limited to 'Resources/friendship/ui/LikeList.js')
| -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 8e9f74c..150fb85 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -121,7 +121,7 @@  			top:item_type.height + 2,  			left: profile_icon.width + 14,  			height:'auto', -			wordWrap:'true' +			wordWrap:false  		});  		var liked_by = Ti.UI.createLabel({ | 
