Fix for bug 153354. Syntax error
git-svn-id: svn://10.0.0.236/trunk@123789 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fde673846b
commit
3b9467c589
@ -2333,7 +2333,7 @@ function RemoveSelectedAttachment()
|
||||
if (bucket.selectedItems.length > 0) {
|
||||
for (var item = bucket.selectedItems.length - 1; item >= 0; item-- )
|
||||
{
|
||||
child = bucket.removeChild(bucket.selectedItems[item];
|
||||
child = bucket.removeChild(bucket.selectedItems[item]);
|
||||
// Let's release the attachment object hold by the node else it won't go away until the window is destroyed
|
||||
child.attachment = null;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user