From fa4c3db74f821e1d8a29fa0a2fdffb5c89e494da Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Tue, 2 Jun 2015 16:33:49 +0200 Subject: [PATCH] Remove duplicate entry --- plugins/c9.ide.keys/commands.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +});