0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Use sinon from cdnjs.

This commit is contained in:
XhmikosR 2018-03-14 01:31:51 +02:00
parent 7d3ca1b2ea
commit 1615a76f83
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<script src="https://code.jquery.com/qunit/qunit-2.4.1.js"></script> <script src="https://code.jquery.com/qunit/qunit-2.4.1.js"></script>
<!-- Sinon --> <!-- Sinon -->
<script src="vendor/sinon.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.4.5/sinon-no-sourcemaps.min.js"></script>
<script> <script>
// Disable jQuery event aliases to ensure we don't accidentally use any of them // Disable jQuery event aliases to ensure we don't accidentally use any of them

File diff suppressed because one or more lines are too long