Fixed comment.
This commit is contained in:
parent
fcf4a2d30f
commit
af780f6920
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue