From 3b3bcea4776b283d1a29d81bdd190778428d41e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Fri, 12 Jul 2013 13:31:57 +0200 Subject: [PATCH] cleanup --- modules/documentCanvas/canvasManager.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/documentCanvas/canvasManager.js b/modules/documentCanvas/canvasManager.js index 81eb3c2..4b26135 100644 --- a/modules/documentCanvas/canvasManager.js +++ b/modules/documentCanvas/canvasManager.js @@ -182,15 +182,6 @@ Manager.prototype.onBackspaceKey = function(e) { } }; -Manager.prototype.toggleList = function(toggle) { - var selection = window.getSelection(), - node1 = $(selection.anchorNode).parent()[0], - node2 = $(selection.focusNode).parent()[0], - element1 = this.canvas.getDocumentElement(node1), - element2 = this.canvas.getDocumentElement(node2); - -}; - Manager.prototype.command = function(command, params) { var cursor = this.canvas.getCursor(), -- 2.20.1