提交 45e5f510 编写于 作者: M Matt Bierner

dipose -> dispose

上级 1cc5e27e
......@@ -149,7 +149,7 @@ export abstract class SimpleFindWidget extends Widget {
this._findInput.style(inputStyles);
}
dipose() {
dispose() {
super.dispose();
if (this._domNode && this._domNode.parentElement) {
......
......@@ -73,7 +73,7 @@ export class HtmlPreviewPart extends BaseWebviewEditor {
this._themeChangeSubscription.dispose();
this._modelChangeSubscription.dispose();
// dipose model ref
// dispose model ref
dispose(this._modelRef);
super.dispose();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册