UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

14 lines (13 loc) 393 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> <script type="text/javascript" src="circular-tests.js"></script> </head> <body> <h1>require.js: Circular Test</h1> <p>Check console for messages</p> </body> </html>