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.

17 lines (14 loc) 500 B
<!DOCTYPE html> <html> <head> <title>require.js: Dependency Overlap Test</title> <script type="text/javascript" src="requirejs-setup.js"></script> <script type="text/javascript" data-main="depoverlap" src="../../../../../dojo.js"></script> </head> <body> <h1>require.js: Dependency Overlap Test</h1> <p>uno requires dos and tres, but tres also requires dos. Make sure dos is only added once, and that all are defined correctly.</p> <p>Check console for messages</p> </body> </html>