Fixed the fix.

This commit is contained in:
Scott Erickson 2014-04-15 12:31:35 -07:00
parent 69fba34f64
commit 1efabc3738

View file

@ -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) ->