提交 02489970 编写于 作者: B Benjamin Pasero

var => const

上级 74a3557f
...@@ -58,7 +58,7 @@ export interface IHighlightEvent { ...@@ -58,7 +58,7 @@ export interface IHighlightEvent {
source: any; source: any;
} }
export var EventType = { export const EventType = {
PROPERTY_CHANGED: 'propertyChanged', PROPERTY_CHANGED: 'propertyChanged',
SELECTION: 'selection', SELECTION: 'selection',
FOCUS: 'focus', FOCUS: 'focus',
......
...@@ -131,7 +131,7 @@ export enum FileChangeType { ...@@ -131,7 +131,7 @@ export enum FileChangeType {
/** /**
* Possible events to subscribe to * Possible events to subscribe to
*/ */
export var EventType = { export const EventType = {
/** /**
* Send on file changes. * Send on file changes.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册