From: Aleksander Ɓukasz Date: Thu, 6 Mar 2014 15:04:30 +0000 (+0100) Subject: removing unused code X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/e08ad28198c90ee22657ccc692f4beb161cdf108 removing unused code --- diff --git a/src/editor/modules/documentCanvas/canvas/documentElement.js b/src/editor/modules/documentCanvas/canvas/documentElement.js index 60e79de..115981a 100644 --- a/src/editor/modules/documentCanvas/canvas/documentElement.js +++ b/src/editor/modules/documentCanvas/canvas/documentElement.js @@ -205,9 +205,6 @@ $.extend(DocumentNodeElement.prototype, { return this; }, append: function(params) { - if(params.tag !== 'span') { - this.data('orig-end', undefined); - } return manipulate(this, params, 'append'); }, prepend: function(params) {