local2.js 456 Bytes
xdomainExecSequence.push("local2-1");
dojo.provide("dojo.tests._base.loader.xdomain.local2");
xdomainExecSequence.push("local2-2");

// put the loader in xdomain loading mode
dojo.require("dojo.hash");
xdomainExecSequence.push("local2-3");

// load a local module that will have to be transformed
dojo.require("dojo.tests._base.loader.xdomain.local3");
xdomainExecSequence.push("local2-4");

dojo.tests._base.loader.xdomain.local2.status = "local2-loaded";