fix some QL-for-QL warnings in JS

This commit is contained in:
Erik Krogh Kristensen
2022-07-14 09:45:44 +02:00
parent 80cbddf626
commit ed80089d7c
8 changed files with 15 additions and 15 deletions

View File

@@ -92,10 +92,10 @@ abstract private class HtmlAttributeAsNgSourceProvider extends NgSourceProvider,
endColumn = startColumn + src.length() - 1
}
/** The source code of the expression. */
/** Gets the source code of the expression. */
abstract string getSource();
/** The offset into the attribute where the expression starts. */
/** Gets the offset into the attribute where the expression starts. */
abstract int getOffset();
override DOM::ElementDefinition getEnclosingElement() { result = this.getElement() }