mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
5 lines
163 B
CoffeeScript
5 lines
163 B
CoffeeScript
class @ShortcutsTree extends ShortcutsNavigation
|
|
constructor: ->
|
|
super()
|
|
Mousetrap.bind('t', -> ShortcutsTree.findAndFollowLink('.shortcuts-find-file'))
|