gitlabhq/app/assets/javascripts/loader.js.coffee

6 lines
117 B
CoffeeScript
Raw Normal View History

2012-09-06 13:37:14 +02:00
Loader =
html: (width) ->
$('<img>').attr src: '/assets/ajax-loader.gif', width: width
window.Loader = Loader