Give a warning when the detached nodes are missing, to help track them down

This commit is contained in:
Nathan Gray 2011-10-11 20:07:57 +00:00
parent 0c2866a133
commit a11673dc8f

View File

@ -398,6 +398,8 @@ var et2_dataview_rowProvider = Class.extend({
// from the entry
nodes[j] = entry.nodeFuncs[j](_row[0]);
}
if(typeof nodes[0] == "undefined")
et2_debug("warn", "Missing node", entry.widget.id,nodes, entry );
// Set the array managers first
entry.widget._mgrs = mgrs;