dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
15 lines (11 loc) • 490 B
JavaScript
/* global xdomainExecSequence */
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';