loader.js.coffee 117 Bytes
Loader =
  html: (width) ->
    $('<img>').attr src: '/assets/ajax-loader.gif', width: width

window.Loader = Loader