aboutsummaryrefslogtreecommitdiffstats
path: root/spec/SpecRunner.html
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-24 20:26:59 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-24 20:26:59 +0200
commitebf2a8bb395b78b5bc513fb1ec17e1222dcb0f1d (patch)
tree6cced8924164559a2e55afc03967e09f19a036f9 /spec/SpecRunner.html
parent70a8fd5fac29d5eb3a65dbee32d1a3fa817523bf (diff)
downloadsvg.js-ebf2a8bb395b78b5bc513fb1ec17e1222dcb0f1d.tar.gz
svg.js-ebf2a8bb395b78b5bc513fb1ec17e1222dcb0f1d.zip
go through specs and make fixes where needed
Diffstat (limited to 'spec/SpecRunner.html')
-rw-r--r--spec/SpecRunner.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/spec/SpecRunner.html b/spec/SpecRunner.html
index 7c69811..5e70186 100644
--- a/spec/SpecRunner.html
+++ b/spec/SpecRunner.html
@@ -16,7 +16,10 @@
<!-- include source files here... -->
<script src="../dist/svg.js" charset="utf-8"></script>
+ <script src="../src/controller.js" charset="utf-8"></script>
<script src="../src/morph.js" charset="utf-8"></script>
+ <script src="../src/runner.js" charset="utf-8"></script>
+ <script src="../src/timeline.js" charset="utf-8"></script>
</head>
@@ -99,13 +102,8 @@
<script src="spec/utils.js"></script>
<script src="spec/viewbox.js"></script> -->
- <script src="spec/morphing.js"></script>
-
-
-
-
-
-
- <script src="spec/animator.js"></script>
+ <!-- <script src="spec/morphing.js"></script>
+ <script src="spec/animator.js"></script> -->
+ <script src="spec/runner.js"></script>
</body>
</html>