Skip to content

Commit f2df767

Browse files
committed
updating to remove traceur
1 parent e9efee9 commit f2df767

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

extras/varWithClosures.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@
1313
cursor: pointer;
1414
}
1515
</style>
16-
<script src="https://traceur-compiler.googlecode.com/git/bin/traceur.js"
17-
type="text/javascript"></script>
18-
<script src="https://traceur-compiler.googlecode.com/git/src/bootstrap.js"
19-
type="text/javascript"></script>
2016
<script>
21-
traceur.options.experimental = true;
22-
</script>
23-
<script type="module">
2417
window.onload = function() {
2518
var button = document.getElementById("button");
2619
button.onclick = function() {

0 commit comments

Comments
 (0)