1
0
Fork 0

Using ease.min.js instead of ease-full.min.js for the time being (until we add a test runner option)

website
Mike Gerwitz 2011-12-26 23:27:07 -05:00
parent 6b5df5a77e
commit a667b0f389
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js">
</script>
<script type="text/javascript" src="scripts/ease-full.min.js"></script>
<script type="text/javascript" src="scripts/ease.min.js"></script>
<script type="text/javascript" src="scripts/ui.js"></script>
</body>
</html>