1. Is there a specific order in which the below have to follow i.e. the PARSER has to come before the MAP or the READY before the connect? or can I place them in ANY order as long as the order is the same in the REQUIRE as it is in the FUNCTION2. I noticed the containers and Dom/Ready do not require anything in the Function why is that?Thanks require([ "dojo/ready", "dojo/on", "dojo/_base/connect", "dojo/dom", "dojo/dom-construct", "dojo/keys", "esri/SnappingManager", "esri/dijit/Measurement", "esri/sniff", "dojo/parser", "dijit/registry", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dijit/layout/AccordionContainer", "dojo/domReady!" ], function( ready, on, connect, dom, domConstruct, keys, SnappingManager, Measurement, has, parser, registry ) {