D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
marianoguerra
Full window
Github gist
test requirejs toUrl method on different settups (requirejs version 2.0.4)
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>requirejs test</title> <script data-main="js/demo" src="js/require.js"></script> </head> <body> <h1>requirejs test</h1> <div id="content"> </div> </body> </html>