8000
We read every piece of feedback, and take your input very seriously.
8000 To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bf3db commit 8c55373Copy full SHA for 8c55373
.gitignore
@@ -0,0 +1,3 @@
1
+node_modules/
2
+packages/
3
+build/
index.html
@@ -52,7 +52,7 @@ <h4>Plugins</h4>
52
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
53
<script>
54
$(function() {
55
- var plugins = [], base = 'https://cdn.ravenjs.com/3.20.0/', $download = $('#download');
+ var plugins = [], base = 'https://cdn.ravenjs.com/3.24.1/', $download = $('#download');
56
57
$('#download').val(base + 'raven.min.js'); // default to base value
58
0 commit comments