Set up dev tools event handler when binding default keys

Esse commit está contido em:
Nathan Sobo
2013-04-09 17:59:52 -06:00
commit de Corey Johnson & Kevin Sawicki
commit 6c43fd5c9d
4 arquivos alterados com 1 adições e 3 exclusões
-1
Ver Arquivo
@@ -25,7 +25,6 @@ keymap.bindKeys '*',
'meta-w': 'close'
'alt-meta-i': 'show-console'
$(document).on 'close', -> window.close()
$(document).on 'show-console', -> atom.toggleDevTools()
defaultCount = 100
window.pbenchmark = (args...) -> window.benchmark(args..., profile: true)