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.

14 lines (12 loc) 320 B
<!DOCTYPE html> <html> <head> <title>require.js: Circular Test</title> <script type="text/javascript" src="requirejs-setup.js"></script> <script type="text/javascript" src="../../../../../dojo.js"></script> </head> <body> <h1>require.js: Circular Test</h1> <p>Check console for messages</p> </body> </html>