Skip to content

Commit 95cc187

Browse files
authored
Fix js comment
1 parent 34dd60a commit 95cc187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/controls/src/phosphor/tabpanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class TabPanel extends Widget {
124124
*/
125125
get currentIndex(): number | null {
126126
const currentIndex = this.tabBar.currentIndex;
127-
# Phosphor tab bars have an index of -1 if no tab is selected
127+
// Phosphor tab bars have an index of -1 if no tab is selected
128128
return (currentIndex === -1 ? null : currentIndex);
129129
}
130130

0 commit comments

Comments
 (0)