var => let/const

This commit is contained in:
Benjamin Pasero
2016-07-15 09:54:35 +02:00
parent f7d23a3aa1
commit b2b2cb0f49
34 changed files with 48 additions and 46 deletions

View File

@@ -16,7 +16,7 @@ export enum GroupArrangement {
EVEN_WIDTH
}
export var IEditorGroupService = createDecorator<IEditorGroupService>('editorGroupService');
export const IEditorGroupService = createDecorator<IEditorGroupService>('editorGroupService');
/**
* The editor service allows to open editors and work on the active