Skip to content

Commit 909161c

Browse files
committed
1.1.16
1 parent d9ca9b5 commit 909161c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,19 @@
5050
angular.js (experimental) <a href="https://github.com/getsentry/raven-js/blob/master/plugins/angular.js">View Source</a>
5151
</label>
5252
</div>
53+
<div class="checkbox">
54+
<label>
55+
<input type="checkbox" value="backbone">
56+
backbone.js (experimental) <a href="https://github.com/getsentry/raven-js/blob/master/plugins/backbone.js">View Source</a>
57+
</label>
58+
</div>
5359
<input id="download" class="form-control input-lg" type="text" />
5460
</div>
5561
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
5662
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
5763
<script>
5864
$(function() {
59-
var plugins = [], base = '//cdn.ravenjs.com/1.1.15/', $download = $('#download');
65+
var plugins = [], base = '//cdn.ravenjs.com/1.1.16/', $download = $('#download');
6066
$('input[type="checkbox"]').on('click', function() {
6167
var val = $(this).val(), url;
6268
if ($(this).prop('checked')) {

0 commit comments

Comments
 (0)