source: Dev/trunk/src/client/dojo/tests/_base/loader/package.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 287 bytes
Line 
1<html>
2<head>
3        <script type="text/javascript" src="../../../dojo.js" djConfig='async:1'></script>
4        <script type="text/javascript">
5                require({"packages":[{"name":"pkg","location":"/pkg", "lib":"lib", "main":"./lib/main"}]});
6                require(["pkg"]);
7        </script>
8</head>
9<body>
10</body>
11</html>
Note: See TracBrowser for help on using the repository browser.