mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Fixed the fix.
This commit is contained in:
parent
69fba34f64
commit
1efabc3738
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ module.exports = class ThangsTabView extends View
|
|||
destroy: ->
|
||||
@selectAddThangType null
|
||||
@surface.destroy()
|
||||
$(document).bind 'contextmenu', @preventDefaultContextMenu
|
||||
$(document).unbind 'contextmenu', @preventDefaultContextMenu
|
||||
super()
|
||||
|
||||
onViewSwitched: (e) ->
|
||||
|
|
Loading…
Reference in a new issue