mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
removed merge junk
This commit is contained in:
parent
b81288cf52
commit
040b901e41
1 changed files with 2 additions and 8 deletions
|
@ -339,11 +339,8 @@ module.exports = class LevelPlaybackView extends CocoView
|
|||
@slideCount = 0
|
||||
@wasPlaying = @playing
|
||||
Backbone.Mediator.publish 'level:set-playing', {playing: false}
|
||||
<<<<<<< HEAD
|
||||
Backbone.Mediator.publish 'audio-player:play-sound', trigger: 'playback-scrub-start', volume: .01
|
||||
=======
|
||||
Backbone.Mediator.publish 'audio-player:play-sound', trigger: 'playback-scrub-start', volume: 0.5
|
||||
>>>>>>> 8c37fabe7990e8409591fee65c18593bb64aee5c
|
||||
|
||||
|
||||
stop: (event, ui) =>
|
||||
return if @shouldIgnore()
|
||||
|
@ -355,11 +352,8 @@ module.exports = class LevelPlaybackView extends CocoView
|
|||
Backbone.Mediator.publish 'level:set-playing', {playing: false}
|
||||
@$el.find('.scrubber-handle').effect('bounce', {times: 2})
|
||||
else
|
||||
<<<<<<< HEAD
|
||||
Backbone.Mediator.publish 'audio-player:play-sound', trigger: 'playback-scrub-end', volume: .01
|
||||
=======
|
||||
Backbone.Mediator.publish 'audio-player:play-sound', trigger: 'playback-scrub-end', volume: 0.5
|
||||
>>>>>>> 8c37fabe7990e8409591fee65c18593bb64aee5c
|
||||
|
||||
)
|
||||
|
||||
getScrubRatio: ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue