dijit.layout.ContentPane._checkIfSingleChild
dojo.require("dijit.layout.ContentPane");
defined in dijit/layout/ContentPane.js
Test if we have exactly one widget as a child, and if so assume that we are a container for that widget, and should propogate startup() and resize() calls to it.
Usage
function () (view source)