web-apps/vendor/requirejs/tests/mapConfig/mapConfigDelayed.html

18 lines
719 B
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
<html>
<head>
<title>require.js: Multiple Map Delayed Test</title>
<script type="text/javascript" src="../../require.js"></script>
<script type="text/javascript" src="../doh/runner.js"></script>
<script type="text/javascript" src="../doh/_browserRunner.js"></script>
<script type="text/javascript" src="mapConfigDelayed-tests.js"></script>
</head>
<body>
<h1>require.js: Multiple Map Config Delayed Test</h1>
<p>Test application of map config after some have already registered
modules via define, but have not activated them yet. Related to:
<a href="https://github.com/jrburke/requirejs/issues/309">309</a></p>
<p>Check console for messages</p>
</body>
</html>