提交 52328650 编写于 作者: J Johannes Rieken

more TPromise removal

上级 eeab2ae9
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
import * as assert from 'assert'; import * as assert from 'assert';
import { TPromise } from 'vs/base/common/winjs.base';
import { EditOperation } from 'vs/editor/common/core/editOperation'; import { EditOperation } from 'vs/editor/common/core/editOperation';
import { Position } from 'vs/editor/common/core/position'; import { Position } from 'vs/editor/common/core/position';
import { Selection } from 'vs/editor/common/core/selection'; import { Selection } from 'vs/editor/common/core/selection';
...@@ -24,7 +23,7 @@ export class TestFindController extends CommonFindController { ...@@ -24,7 +23,7 @@ export class TestFindController extends CommonFindController {
public hasFocus: boolean; public hasFocus: boolean;
public delayUpdateHistory: boolean = false; public delayUpdateHistory: boolean = false;
public delayedUpdateHistoryPromise: TPromise<void>; public delayedUpdateHistoryPromise: Promise<void>;
private _findInputFocused: IContextKey<boolean>; private _findInputFocused: IContextKey<boolean>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册