diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-04 21:46:33 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-04 21:46:33 +0100 |
commit | d654ab010adf42aab757529b6c09f27215740b27 (patch) | |
tree | 95baa420a8eb71f64220b27b822bcab403d4d535 /spec/SpecRunner.html | |
parent | d22dce113a4a61d76b3c0e7c7fb77231f575c6fd (diff) | |
download | svg.js-d654ab010adf42aab757529b6c09f27215740b27.tar.gz svg.js-d654ab010adf42aab757529b6c09f27215740b27.zip |
Revert back to classes, fix remaining tests
Diffstat (limited to 'spec/SpecRunner.html')
-rw-r--r-- | spec/SpecRunner.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/SpecRunner.html b/spec/SpecRunner.html index 8339c14..2aa6d07 100644 --- a/spec/SpecRunner.html +++ b/spec/SpecRunner.html @@ -96,7 +96,6 @@ <script src="spec/tspan.js"></script> <script src="spec/use.js"></script> <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/runner.js"></script> |