Skip to content

Commit

Permalink
add missing return
Browse files Browse the repository at this point in the history
closes #3260 (again)
  • Loading branch information
minrk committed May 3, 2013
1 parent 2d6f354 commit 2e981b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IPython/frontend/html/notebook/static/js/savewidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ var IPython = (function (IPython) {
SaveWidget.prototype.set_last_checkpoint = function (checkpoint) {
if (!checkpoint) {
this.set_checkpoint_status("");
return;
}
var d = new Date(checkpoint.last_modified);
this.set_checkpoint_status(
Expand Down

0 comments on commit 2e981b8

Please sign in to comment.