cleanup
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 12 Jul 2013 11:31:57 +0000 (13:31 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 12 Jul 2013 11:31:57 +0000 (13:31 +0200)
modules/documentCanvas/canvasManager.js

index 81eb3c2..4b26135 100644 (file)
@@ -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(),