3 lines
91 B
CoffeeScript
3 lines
91 B
CoffeeScript
class @User
|
|
constructor: ->
|
|
$('.profile-groups-avatars').tooltip("placement": "top")
|