We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a9333 commit 4336b4bCopy full SHA for 4336b4b
frameworks/non-keyed/binding.scala/target/web/stage/index.html
@@ -0,0 +1,12 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>Binding.scala v10.0.1</title>
6
+ <link href="/css/currentStyle.css" rel="stylesheet"/>
7
+</head>
8
+<body>
9
+<script src="js-opt.js"></script>
10
+<script src="js-launcher.js"></script>
11
+</body>
12
+</html>
frameworks/non-keyed/binding.scala/target/web/stage/js-launcher.js
@@ -0,0 +1,2 @@
+((typeof global === "object" && global &&
+ global["Object"] === Object) ? global : this)["com"]["thoughtworks"]["binding"]["benchmark"]["Main"]().main();
0 commit comments