Formatted

This commit is contained in:
aegilops
2025-01-09 17:02:37 +00:00
parent 98b4c35844
commit 62599b2a12

View File

@@ -580,8 +580,9 @@ module Angular2 {
override string getName() { result = propertyNode.getStringValue() }
/** Get the `DataFlow::Node` that is affected by this Attribute Definition.
*
/**
* Get the `DataFlow::Node` that is affected by this Attribute Definition.
*
* Defined instead of defining `getElement()`, which requires returning a DOM element defintion, `ElementDefinition`.
*/
DataFlow::Node getElementNode() { result = elementNode }