Skip to content

Commit

Permalink
Remove modelDB from output area options.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose committed May 4, 2019
1 parent 94d9a3e commit 738653f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/outputarea/src/model.ts
Expand Up @@ -9,11 +9,7 @@ import { ISignal, Signal } from '@phosphor/signaling';

import { nbformat } from '@jupyterlab/coreutils';

import {
IObservableList,
ObservableList,
IModelDB
} from '@jupyterlab/observables';
import { IObservableList, ObservableList } from '@jupyterlab/observables';

import { IOutputModel, OutputModel } from '@jupyterlab/rendermime';

Expand Down Expand Up @@ -110,11 +106,6 @@ export namespace IOutputAreaModel {
* If not given, a default factory will be used.
*/
contentFactory?: IContentFactory;

/**
* An optional IModelDB to store the output area model.
*/
modelDB?: IModelDB;
}

/**
Expand Down

0 comments on commit 738653f

Please sign in to comment.