Removed music.coffee file and changed spaces to tabs in alert-box source

This commit is contained in:
Ascendings 2015-10-06 12:36:26 -04:00
parent ecd5dbef02
commit 6507e0e54c
2 changed files with 14 additions and 18 deletions

View File

@ -1,16 +1,16 @@
(($) ->
$.fn.alert = ->
@each ->
self = $(this)
self.on 'click', '.close-button', (e) ->
e.preventDefault()
self.addClass 'close'
return
self.on 'transitionEnd webkitTransitionEnd oTransitionEnd', ->
self.remove()
return
return
$.fn.alert = ->
@each ->
self = $(this)
self.on 'click', '.close-button', (e) ->
e.preventDefault()
self.addClass 'close'
return
self.on 'transitionEnd webkitTransitionEnd oTransitionEnd', ->
self.remove()
return
return
return
return
) jQuery

View File

@ -1,4 +0,0 @@
$(document).ready ->
player = $('#music-player')
player.volume = .5