e1c8e996b7
Almost no calls are going to work at this point, but core.js can load now and there is enough in place to continue to load sunflower. R=sigmund@google.com Review URL: https://codereview.chromium.org/1020043002
15 lines
548 B
HTML
15 lines
548 B
HTML
<html><head></head><body>
|
|
<script src="dev_compiler/runtime/harmony_feature_check.js"></script>
|
|
<script src="dev_compiler/runtime/dart_runtime.js"></script>
|
|
<script src="dev_compiler/runtime/dart/core.js"></script>
|
|
<script src="dev_compiler/runtime/dart/math.js"></script>
|
|
<script src="dir/html_input_d.js"></script>
|
|
<script src="dir/html_input_b.js"></script>
|
|
<script src="dir/html_input_e.js"></script>
|
|
<script src="dir/html_input_c.js"></script>
|
|
<script src="dir/html_input_a.js"></script>
|
|
<script>html_input_a.main();</script>
|
|
|
|
|
|
</body></html>
|