提交 1d270680 编写于 作者: J Johannes Rieken

fix missing export

上级 c7bc47ac
...@@ -33,7 +33,7 @@ var defaultOptions: IOptions = { ...@@ -33,7 +33,7 @@ var defaultOptions: IOptions = {
var WIDGET_ID = 'vs.editor.contrib.zoneWidget'; var WIDGET_ID = 'vs.editor.contrib.zoneWidget';
class ViewZoneDelegate implements IViewZone { export class ViewZoneDelegate implements IViewZone {
public domNode: HTMLElement; public domNode: HTMLElement;
public id: number; public id: number;
...@@ -65,7 +65,7 @@ class ViewZoneDelegate implements IViewZone { ...@@ -65,7 +65,7 @@ class ViewZoneDelegate implements IViewZone {
} }
} }
class OverlayWidgetDelegate implements IOverlayWidget { export class OverlayWidgetDelegate implements IOverlayWidget {
private _id: string; private _id: string;
private _domNode: HTMLElement; private _domNode: HTMLElement;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册