diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-28 14:07:22 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-28 14:07:22 +0100 |
commit | 186b1a4121d184cbc9dabcebad9922a480719dd2 (patch) | |
tree | 2cf7457c4df0086c544431bebe904825a11110d5 /spec | |
parent | a6629cb654d3156ddf7235943f2c1ee836f58f69 (diff) | |
download | svg.js-186b1a4121d184cbc9dabcebad9922a480719dd2.tar.gz svg.js-186b1a4121d184cbc9dabcebad9922a480719dd2.zip |
merge karma configurations
Diffstat (limited to 'spec')
-rw-r--r-- | spec/SpecRunner.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/SpecRunner.html b/spec/SpecRunner.html index c0bea56..e757924 100644 --- a/spec/SpecRunner.html +++ b/spec/SpecRunner.html @@ -56,9 +56,9 @@ <!-- include spec files here... --> - <script src="es5TestBundle.js"></script> + <!--<script src="es5TestBundle.js"></script>--> - <!-- <script src="spec/adopter.js"></script> + <script src="spec/adopter.js"></script> <script src="spec/arrange.js"></script> <script src="spec/array.js"></script> <script src="spec/bare.js"></script> @@ -104,6 +104,6 @@ <script src="spec/morphing.js"></script> <script src="spec/animator.js"></script> <script src="spec/runner.js"></script> - <script src="spec/queue.js"></script> --> + <script src="spec/queue.js"></script> </body> </html> |