LSview/JS : Added a test to avoid possible errors

This commit is contained in:
Benjamin Renard 2009-10-25 23:21:09 +00:00
parent 5a17d79681
commit 301ae79b38

View file

@ -43,6 +43,7 @@ var LSview = new Class({
},
onTdLSobjectListNamesOut: function(td) {
if(td.imgEdit)
td.imgEdit.destroy();
},