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.

21 lines (18 loc) 495 B
<!DOCTYPE html> <html> <head> <title>require.js: Text Test</title> <script type="text/javascript"> requirejsArgs = { dojoLocation: '../../../../../..' }; </script> <script type="text/javascript" src="../requirejs-setup.js"></script> <script type="text/javascript" src="../../../../../../dojo.js"></script> </head> <body> <h1>require.js: Text Test</h1> <p>Test for usage of text! require plugin. <p>Check console for messages</p> </body> </html>