未验证 提交 7ad56df3 编写于 作者: S Sandeep Somavarapu 提交者: GitHub

Merge pull request #63514 from desaianuj/patch-2

fix spelling of "firstPage"
...@@ -589,7 +589,7 @@ export class ExtensionsListView extends ViewletPanel { ...@@ -589,7 +589,7 @@ export class ExtensionsListView extends ViewletPanel {
.then(result => this.getPagedModel(result)); .then(result => this.getPagedModel(result));
} }
// Sorts the firsPage of the pager in the same order as given array of extension ids // Sorts the firstPage of the pager in the same order as given array of extension ids
private sortFirstPage(pager: IPager<IExtension>, ids: string[]) { private sortFirstPage(pager: IPager<IExtension>, ids: string[]) {
ids = ids.map(x => x.toLowerCase()); ids = ids.map(x => x.toLowerCase());
pager.firstPage.sort((a, b) => { pager.firstPage.sort((a, b) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册