From 67f73eaeb99e219a06e726cf73c8bcd15572f771 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 6 May 2014 12:03:39 +0200 Subject: [PATCH] cleanup --- src/editor/modules/documentCanvas/canvas/canvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/modules/documentCanvas/canvas/canvas.js b/src/editor/modules/documentCanvas/canvas/canvas.js index a467bee..ff2b31e 100644 --- a/src/editor/modules/documentCanvas/canvas/canvas.js +++ b/src/editor/modules/documentCanvas/canvas/canvas.js @@ -58,7 +58,7 @@ $.extend(TextHandler.prototype, { var Canvas = function(wlxmlDocument, elements) { - this.elementsRegister = new ElementsRegister(documentElement.DocumentNodeElement, genericElement); + this.elementsRegister = new ElementsRegister(documentElement.DocumentNodeElement); elements = [ {tag: 'section', klass: null, prototype: genericElement}, -- 2.20.1