From 711981adab24eff8da2904f375b8e1f414ed253a Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 2 Mar 2017 16:10:41 +0100 Subject: [PATCH] remove comment --- .../src/views/partialviews/edit.controller.js | 1 - src/Umbraco.Web.UI.Client/src/views/templates/edit.controller.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/partialviews/edit.controller.js b/src/Umbraco.Web.UI.Client/src/views/partialviews/edit.controller.js index adcb3dea07..fcd91071c0 100644 --- a/src/Umbraco.Web.UI.Client/src/views/partialviews/edit.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/partialviews/edit.controller.js @@ -288,7 +288,6 @@ //As conflicts with our own tree search shortcut _editor.commands.bindKey("ctrl-space", null); - //TODO: Move all these keybinding config out into some helper/service // Assign new keybinding _editor.commands.addCommands([ //Disable (alt+shift+K) diff --git a/src/Umbraco.Web.UI.Client/src/views/templates/edit.controller.js b/src/Umbraco.Web.UI.Client/src/views/templates/edit.controller.js index 4305238932..9edb659d09 100644 --- a/src/Umbraco.Web.UI.Client/src/views/templates/edit.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/templates/edit.controller.js @@ -161,7 +161,6 @@ //As conflicts with our own tree search shortcut _editor.commands.bindKey("ctrl-space", null); - //TODO: Move all these keybinding config out into some helper/service // Assign new keybinding _editor.commands.addCommands([ //Disable (alt+shift+K)