Strict mode is supported by 98% of the browsers, including Internet Explorer 10, and it helps developers avoid common JavaScript pitfalls.
7 lines
81 B
CoffeeScript
7 lines
81 B
CoffeeScript
"use strict"
|
|
|
|
App.Users =
|
|
|
|
initialize: ->
|
|
$(".initialjs-avatar").initial()
|