Updated
This commit is contained in:
13
master/examples/circular.html
Normal file
13
master/examples/circular.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>require.js: Circular Test</title>
|
||||
<script type="text/javascript" src="requirejs-setup.js"></script>
|
||||
<script type="text/javascript" src="../../../../dojo.js"></script>
|
||||
<script type="text/javascript" src="circular-tests.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>require.js: Circular Test</h1>
|
||||
<p>Check console for messages</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user