We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b4c35 commit 62599b2Copy full SHA for 62599b2
javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll
@@ -580,8 +580,9 @@ module Angular2 {
580
581
override string getName() { result = propertyNode.getStringValue() }
582
583
- /** Get the `DataFlow::Node` that is affected by this Attribute Definition.
584
- *
+ /**
+ * Get the `DataFlow::Node` that is affected by this Attribute Definition.
585
+ *
586
* Defined instead of defining `getElement()`, which requires returning a DOM element defintion, `ElementDefinition`.
587
*/
588
DataFlow::Node getElementNode() { result = elementNode }
0 commit comments