Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
364 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <script type="text/javascript"> |
---|
4 | djConfig = {forceGfxRenderer: "svg"}; |
---|
5 | </script> |
---|
6 | <script type="text/javascript" src="../../../dojo/dojo.js" ></script> |
---|
7 | <script type="text/javascript"> |
---|
8 | require(['dojox/gfx','dojox/gfx/utils'], function(gfx, utils){}); |
---|
9 | </script> |
---|
10 | </head> |
---|
11 | <body> |
---|
12 | </body> |
---|
13 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.