Fix constructor comments

Add content_manager as a dictionary key to the options param passed in to the NotebookList and Notebook constructors.
This commit is contained in:
KesterTong 2014-07-23 16:57:58 -04:00 committed by Thomas Kluyver
parent 0aada3ac5d
commit 61a911fc0c
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ define([
// Dictionary of keyword arguments.
// events: $(Events) instance
// keyboard_manager: KeyboardManager instance
// content_manager: ContentManager instance
// save_widget: SaveWidget instance
// config: dictionary
// base_url : string

View File

@ -20,6 +20,7 @@ define([
// element_name: string
// base_url: string
// notebook_path: string
// content_manager: ContentManager instance
var that = this;
this.session_list = options.session_list;
// allow code re-use by just changing element_name in kernellist.js