We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9efee9 commit f2df767Copy full SHA for f2df767
extras/varWithClosures.html
@@ -13,14 +13,7 @@
13
cursor: pointer;
14
}
15
</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
20
<script>
21
-traceur.options.experimental = true;
22
-</script>
23
-<script type="module">
24
window.onload = function() {
25
var button = document.getElementById("button");
26
button.onclick = function() {
0 commit comments