From de341a7f4cfafe8a0a34807e1780507ece34bed9 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki & Matt Colyer Date: Fri, 20 Sep 2013 16:24:13 -0700 Subject: [PATCH] Use correct binding sets by first keystroke variable name --- spec/spec-helper.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec-helper.coffee b/spec/spec-helper.coffee index 1714b459f..1bb8d1104 100644 --- a/spec/spec-helper.coffee +++ b/spec/spec-helper.coffee @@ -76,7 +76,7 @@ beforeEach -> afterEach -> keymap.bindingSets = bindingSetsToRestore - keymap.bindingSetsByFirstKeystrokeToRestore = bindingSetsByFirstKeystrokeToRestore + keymap.bindingSetsByFirstKeystroke = bindingSetsByFirstKeystrokeToRestore atom.deactivatePackages() if rootView? rootView.remove?()