Procházet zdrojové kódy

Delete the .notebook attribute for notebook panels again.

Jason Grout před 7 roky
rodič
revize
d72fd5461e
1 změnil soubory, kde provedl 0 přidání a 10 odebrání
  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.
    */