As we do in the rest of the application. Note we cannot add a rule enforcing double quotes because CoffeeScript Lint does not have such rule.
6 lines
77 B
CoffeeScript
6 lines
77 B
CoffeeScript
App.Users =
|
|
|
|
initialize: ->
|
|
$(".initialjs-avatar").initial()
|
|
false
|