Fixed comment.

This commit is contained in:
Martin Edenhofer 2015-06-28 02:24:42 +02:00
parent fcf4a2d30f
commit af780f6920

View file

@ -2,7 +2,7 @@ class Widget
constructor: -> constructor: ->
# bind on key down # bind on key down
# if ctrl+shift+t is pressed, enable translation_inline and fire ui:rerender # if ctrl+alt+t is pressed, enable translation_inline and fire ui:rerender
$(document).on('keydown', (e) => $(document).on('keydown', (e) =>
if e.altKey && e.ctrlKey && e.keyCode is 84 if e.altKey && e.ctrlKey && e.keyCode is 84
if @active if @active