提交 fcdf3ec8 编写于 作者: J Joao Moreno

ignore warnings

上级 4aace101
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
......@@ -12,10 +12,13 @@ import { Dimension } from 'vs/base/browser/dom';
export class NextEditorControl extends Disposable {
// @ts-ignore
private dimension: Dimension;
constructor(
// @ts-ignore
private parent: HTMLElement,
// @ts-ignore
private group: IEditorGroup
) {
super();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册