💄 tslint /api

This commit is contained in:
Johannes Rieken
2016-02-04 17:25:55 +01:00
parent dd751e45ee
commit b3f65f6182
10 changed files with 33 additions and 36 deletions

View File

@@ -74,7 +74,7 @@ export class ExtHostQuickOpen {
if (options && typeof options.onDidSelectItem === 'function') {
this._onDidSelectItem = (handle) => {
options.onDidSelectItem(items[handle]);
}
};
}
// show items
@@ -186,7 +186,7 @@ export class MainThreadQuickOpen {
if (validateInput) {
inputOptions.validateInput = (value) => {
return this._proxy.$validateInput(value);
}
};
}
return this._quickOpenService.input(inputOptions);