diff --git a/plugins/c9.ide.keys/commands.js b/plugins/c9.ide.keys/commands.js index 3752fc30..847e4c2a 100644 --- a/plugins/c9.ide.keys/commands.js +++ b/plugins/c9.ide.keys/commands.js @@ -316,7 +316,6 @@ define(function(require, exports, module) { exec: function(){} }, commands.openpreferences, - commands.openpreferences, commands.passKeysToBrowser, commands.find, commands.openterminal, @@ -669,4 +668,4 @@ define(function(require, exports, module) { commands: plugin }); } -}); \ No newline at end of file +});