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 = ->
|
$.fn.alert = ->
|
||||||
@each ->
|
@each ->
|
||||||
self = $(this)
|
self = $(this)
|
||||||
self.on 'click', '.close-button', (e) ->
|
self.on 'click', '.close-button', (e) ->
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
self.addClass 'close'
|
self.addClass 'close'
|
||||||
return
|
return
|
||||||
self.on 'transitionEnd webkitTransitionEnd oTransitionEnd', ->
|
self.on 'transitionEnd webkitTransitionEnd oTransitionEnd', ->
|
||||||
self.remove()
|
self.remove()
|
||||||
return
|
return
|
||||||
return
|
return
|
||||||
|
|
||||||
return
|
return
|
||||||
) jQuery
|
) jQuery
|
@ -1,4 +0,0 @@
|
|||||||
$(document).ready ->
|
|
||||||
player = $('#music-player')
|
|
||||||
|
|
||||||
player.volume = .5
|
|
Loading…
Reference in New Issue
Block a user