Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed May 12, 2017
1 parent 687f01f commit b60fc35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions htdocs/shell_tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var shell = (function() {
return;
}
}

function notebook_edit_url(notebook_id, version) {
return ui_utils.make_url('edit.html', { notebook : notebook_id, version: version } );
}
Expand Down Expand Up @@ -231,7 +231,8 @@ var shell = (function() {
return notebook_controller_.revert_notebook(gistname, version)
.then(function(notebook) {
return [notebook, notebook.id, null];
})}});
});
}});
}, duplicate_notebook_attributes(srcid, destid) {
var dupe_attrs = ['view-type'];
return Promise.all(dupe_attrs.map(function(attr) {
Expand Down

0 comments on commit b60fc35

Please sign in to comment.