提交 cfcc5c81 编写于 作者: M Matt Bierner

Annotate param with jsdoc type

上级 68c21cde
......@@ -167,6 +167,9 @@
}
}
/**
* @param {number} offset
*/
function getEditorLineNumberForPageOffset(offset) {
const { previous, next } = getLineElementsAtPageOffset(offset);
if (previous) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册