Sha256: 459df58b74e6d9b9972ed7edf3c9a9fdc39c408fcd6e03060d960790ebbc72d1
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
<!DOCTYPE html> <html> <head> <title>require.js: allplugins-text Test</title> <script type="text/javascript" src="allplugins-require.js"></script> <script type="text/javascript" src="../doh/runner.js"></script> <script type="text/javascript" src="../doh/_browserRunner.js"></script> <script type="text/javascript"> require( { baseUrl: "./" }, ["require", "text!helloWorld.txt"], function(require, helloWorld) { doh.register( "allplugins-text", [ function allpluginsText(t){ t.is("hello world", helloWorld); } ] ); doh.run(); } ); </script> </head> <body> <h1>require.js: allplugins-text Test</h1> <p><b>REQUIRES a built allplugins-require.js file built from build.sh in this directory</b></p> <p>Check console for messages</p> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems