UNPKG

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.

11 lines (7 loc) 241 B
define("test/App", ["dijit","dojo","dojox","dojo/require!test/Module"], function(dijit,dojo,dojox) { console.log('APP loaded'); dojo.provide('test.App'); dojo.require('test.Module'); dojo.declare('test.App', [ ], { foo : null }); });