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