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.
7 lines (6 loc) • 306 B
JavaScript
/* global xdomainExecSequence */
xdomainExecSequence.push('local1-dep-1');
var x1 = dojo.provide('dojo.tests._base.loader.xdomain.local1-dep');
dojo.getObject('dojo.tests._base.loader.xdomain.local1-dep').status =
'dojo.tests._base.loader.xdomain.local1-dep-ok';
xdomainExecSequence.push('local1-dep-2');