6 lines
78 B
CoffeeScript
6 lines
78 B
CoffeeScript
App.Users =
|
|
|
|
initialize: ->
|
|
$('.initialjs-avatar').initial();
|
|
false
|