no string wraps on keys

This commit is contained in:
Regis 2016-09-01 05:54:10 -06:00
parent 0d45972c93
commit ee419bf48b

View file

@ -9,7 +9,7 @@
placeTop() {
$('.profile-groups-avatars').tooltip({
'placement': 'top'
placement: 'top'
});
}