Make sure action object is set before using it

This commit is contained in:
Nathan Gray 2012-05-23 23:55:01 +00:00
parent fc3553636d
commit 88df7e232c

View File

@ -103,7 +103,8 @@ var et2_dataview_selectionManager = Class.extend({
}
// Update the entry
entry.ao._index = entry.idx = _idx;
if(entry.ao) entry.ao._index;
entry.idx = _idx;
entry.tr = _tr;
// Update the visible state of the _tr