6 lines
117 B
CoffeeScript
6 lines
117 B
CoffeeScript
Loader =
|
|
html: (width) ->
|
|
$('<img>').attr src: '/assets/ajax-loader.gif', width: width
|
|
|
|
window.Loader = Loader
|