From 6f5e7cae97fc38efb5383bc6a2cc07f39fe44863 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 26 Nov 2015 23:11:20 +0100 Subject: [PATCH] fix typo --- notebook/static/notebook/js/notebook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 1844ce6c8..5de9f14ba 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -2520,7 +2520,7 @@ define(function (require) { that.notebook_path = json.path; that.last_modified = new Date(json.last_modified); // debug 484 - _that.last_modified = json.last_modified; + that._last_modified = json.last_modified; that.session.rename_notebook(json.path); that.events.trigger('notebook_renamed.Notebook', json); }