add target ID to target.iface object

This commit is contained in:
Klaus Leithoff 2013-04-09 15:43:42 +00:00
parent 42426121ab
commit 86fbb6c966

View File

@ -33,7 +33,7 @@ function dhtmlxtreeItemAOI(_tree, _itemId)
// Retrieve the actual node from the tree
aoi.node = dhtmlxTree_getNode(_tree, _itemId);
aoi.id = _itemId;
aoi.doGetDOMNode = function() {
return aoi.node;
}