diff options
author | wout <wout@impinc.co.uk> | 2014-09-03 12:15:16 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-09-03 12:15:16 +0200 |
commit | 69da2d385450daa158d75ebe59449cc044ec8022 (patch) | |
tree | 94d13794806978d4a8ca4d50ac0323b7d93475b7 /spec/index.html | |
parent | 826649995f1aae806fb9bf8464a4259c4290c4fb (diff) | |
download | svg.js-69da2d385450daa158d75ebe59449cc044ec8022.tar.gz svg.js-69da2d385450daa158d75ebe59449cc044ec8022.zip |
Firefox fixes and event specs
Diffstat (limited to 'spec/index.html')
-rwxr-xr-x | spec/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/index.html b/spec/index.html index 21b3ba5..ccd8e4a 100755 --- a/spec/index.html +++ b/spec/index.html @@ -56,6 +56,7 @@ <script src="spec/element.js"></script> <script src="spec/memory.js"></script> <script src="spec/arrange.js"></script> +<script src="spec/event.js"></script> <script src="spec/bbox.js"></script> <script src="spec/matrix.js"></script> <script src="spec/rect.js"></script> |