mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 13:50:07 -04:00
Sped up CoordinateDisplay hover based on Russ's feedback.
This commit is contained in:
parent
2aa103dd87
commit
5f4d5afe4f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module.exports = class CoordinateDisplay extends createjs.Container
|
|||
@camera = options.camera
|
||||
console.error "CoordinateDisplay needs camera." unless @camera
|
||||
@build()
|
||||
@show = _.debounce @show, 250
|
||||
@show = _.debounce @show, 125
|
||||
Backbone.Mediator.subscribe(channel, @[func], @) for channel, func of @subscriptions
|
||||
|
||||
destroy: ->
|
||||
|
|
Loading…
Add table
Reference in a new issue