houston/houston-core

View on GitHub
app/assets/javascripts/houston/app/commands/show_keyboard_shortcuts.coffee

Summary

Maintainability
Test Coverage
$ ->

  Houston.shortcuts.create "?", "Show this dialog box", (e) ->
    e.preventDefault()
    KeyboardShortcutsModal.show()

  $('#keyboard_shortcuts_button').click (e)->
    e.preventDefault()
    KeyboardShortcutsModal.show()