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.
12 lines (9 loc) • 394 B
JavaScript
/* global xdomainExecSequence */
xdomainExecSequence.push('local3-1');
dojo.provide('dojo.tests._base.loader.xdomain.local3');
xdomainExecSequence.push('local3-2');
// load a local module that will have to be transformed
//debugger;
dojo.require('dojo.tests._base.loader.xdomain.local1');
xdomainExecSequence.push('local3-3');
dojo.tests._base.loader.xdomain.local3.status = 'local3-loaded';