Update jQuery to 3.0.0

This commit is contained in:
Antoine Boulanger
2016-06-30 16:23:08 -04:00
parent 9138e1ee52
commit b87637a5c6
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -22,8 +22,8 @@
<button data-module="Button" type="button" value="Clicked! Title destroyed">Change value and destroy Title()</button>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-2.2.2.min.js"><\/script>')</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-3.0.0.min.js"><\/script>')</script>
<script src="assets/scripts/vendors.js"></script>
<script src="assets/scripts/app.js"></script>
</body>