svn path=/trunk/aspeditor/; revision=49572
This commit is contained in:
Blagovest Dachev 2005-09-06 19:41:36 +00:00
Родитель 20c68a5408
Коммит 88b38ecb01
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -261,7 +261,6 @@ var gNsIEditActionListenerImplementation = {
var control = editor.getControlFromTableByIndex (i);
while(control) {
if(editor.isControlChildOf (child, control)) {
control.getAttribute (ID));
deletionStr += ' id=' +
control.getAttribute (ID) + ',';
editor.addLastDeletedControl (control.getAttribute (ID));