Show More
@@ -2377,7 +2377,7 var IPython = (function (IPython) { | |||
|
2377 | 2377 | $.ajax(url, { |
|
2378 | 2378 | type: 'DELETE', |
|
2379 | 2379 | success: $.proxy(this.delete_checkpoint_success, this), |
|
2380 |
error: $.proxy(this.delete_ |
|
|
2380 | error: $.proxy(this.delete_checkpoint_error, this) | |
|
2381 | 2381 | }); |
|
2382 | 2382 | }; |
|
2383 | 2383 |
General Comments 0
You need to be logged in to leave comments.
Login now