fix(client) createFileTable: rm unSetOnPanel

This commit is contained in:
coderaiser 2014-05-24 13:32:19 +03:00
parent 479eddaab6
commit b9eb68f792

View file

@ -416,8 +416,6 @@ var Util, DOM, CloudFunc;
name = DOM.getCurrentName(),
i = panel.childNodes.length;
Listeners.unSetOnPanel(panel.id);
while(i--)
panel.removeChild(panel.lastChild);