Skip to content

Commit

Permalink
Merge pull request #7 from drasill/add-binding-event
Browse files Browse the repository at this point in the history
add the "binding" event
  • Loading branch information
sidorares committed Dec 3, 2015
2 parents 396e313 + d82737c commit 28149ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ipc.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var commandNameFromCode = "COMMAND GET_WORKSPACES SUBSCRIBE GET_OUTPUTS GET_TREE
var commandCodeFromName = {};
commandNameFromCode.forEach(function(name, code) { commandCodeFromName[name] = code; });

var eventNameFromCode = "workspace output mode window barconfig_update".split(' ');
var eventNameFromCode = "workspace output mode window barconfig_update binding".split(' ');
var eventCodeFromName = {};
eventNameFromCode.forEach(function(name, code) { eventCodeFromName[name] = code; });

Expand Down

0 comments on commit 28149ad

Please sign in to comment.