Removed music.coffee file and changed spaces to tabs in alert-box source
This commit is contained in:
parent
ecd5dbef02
commit
6507e0e54c
@ -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
|
@ -1,4 +0,0 @@
|
||||
$(document).ready ->
|
||||
player = $('#music-player')
|
||||
|
||||
player.volume = .5
|
Loading…
Reference in New Issue
Block a user