Files
openlayers/master/examples/package.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

12 lines
298 B
HTML

<html>
<head>
<script type="text/javascript" src="../../../dojo.js" djConfig='async:1'></script>
<script type="text/javascript">
require({"packages":[{"name":"pkg","location":"/pkg", "lib":"lib", "main":"./lib/main"}]});
require(["pkg"]);
</script>
</head>
<body>
</body>
</html>