Use correct binding sets by first keystroke variable name

This commit is contained in:
Kevin Sawicki & Matt Colyer
2013-09-20 16:24:13 -07:00
parent b729858eaa
commit de341a7f4c

View File

@@ -76,7 +76,7 @@ beforeEach ->
afterEach ->
keymap.bindingSets = bindingSetsToRestore
keymap.bindingSetsByFirstKeystrokeToRestore = bindingSetsByFirstKeystrokeToRestore
keymap.bindingSetsByFirstKeystroke = bindingSetsByFirstKeystrokeToRestore
atom.deactivatePackages()
if rootView?
rootView.remove?()