OSDN Git Service

remove unnecessary loader.js
authorNihad Abbasov <narkoz.2008@gmail.com>
Tue, 16 Oct 2012 11:41:49 +0000 (04:41 -0700)
committerNihad Abbasov <narkoz.2008@gmail.com>
Fri, 19 Oct 2012 10:41:10 +0000 (03:41 -0700)
app/assets/javascripts/loader.js.coffee [deleted file]

diff --git a/app/assets/javascripts/loader.js.coffee b/app/assets/javascripts/loader.js.coffee
deleted file mode 100644 (file)
index 66f8e8b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Loader =
-  html: (width) ->
-    $('<img>').attr src: '/assets/ajax-loader.gif', width: width
-
-window.Loader = Loader