Browse Source

Delete the .notebook attribute for notebook panels again.

Jason Grout 7 years ago
parent
commit
d72fd5461e
1 changed files with 0 additions and 10 deletions
  1. 0 10
      packages/notebook/src/panel.ts

+ 0 - 10
packages/notebook/src/panel.ts

@@ -137,16 +137,6 @@ class NotebookPanel extends DocumentWidget<Notebook, INotebookModel> {
    */
   readonly content: Notebook;
 
-  /**
-   * The notebook used by the widget.
-   *
-   * #### Notes
-   * This attribute is deprecated. Use `.content` instead.
-   */
-  get notebook(): Notebook {
-    return this.content;
-  }
-
   /**
    * The model for the widget.
    */