Skip to content

Commit 51e7fc8

Browse files
committed
CLJS-54: Rearranged files
1 parent 368655b commit 51e7fc8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/hello-js/hello-js.html

+4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
</head>
55
<body>
66
<h1>Hello External JavaScript Library!</h1>
7+
<script type="text/javascript" src="out/goog/base.js"></script>
78
<script type="text/javascript" src="my-external-lib.js"></script>
89
<script type="text/javascript" src="hello-js.js"></script>
10+
<script>
11+
goog.require('hello_js.core');
12+
</script>
913
<script>
1014
hello_js.core.popup_msg('JavaScript calling a ClojureScript function');
1115
</script>
File renamed without changes.

0 commit comments

Comments
 (0)