Remove embedded qunit.js and syn.js, only use them as node modules

I will squash this commit with the previous so that qunit.js and syn.js
are never pushed to the repo.
This commit is contained in:
Henrik Ingo
2017-09-19 00:00:39 +03:00
parent 7aaea7fd37
commit deca6c0ec3
7 changed files with 8 additions and 6887 deletions

View File

@@ -19,6 +19,6 @@
<script src="../js/impress.js"></script>
<!-- This is a copy of dist/syn.js from bower install syn. (The one in npm install doesn't work in a browser.) -->
<!-- See http://bitovi.com/blog/2010/07/syn-a-standalone-synthetic-event-library.html for simple usage guide. -->
<script src="syn/syn.js"></script>
<script src="../node_modules/syn/dist/global/syn.js"></script>
</body>
</html>