JS: dataflow -> data flow

This commit is contained in:
Asger F
2019-03-19 14:40:48 +00:00
parent c0b58f6b09
commit 28a776a82b

View File

@@ -183,7 +183,7 @@ module Firebase {
result = database(_)
}
/** Gets a dataflow node holding a `RefBuilder` object. */
/** Gets a data flow node holding a `RefBuilder` object. */
DataFlow::SourceNode refBuilder(DataFlow::TypeTracker t) {
t.start() and
result = database().getAMethodCall("ref")
@@ -193,7 +193,7 @@ module Firebase {
)
}
/** Gets a dataflow node holding a `RefBuilder` object. */
/** Gets a data flow node holding a `RefBuilder` object. */
DataFlow::SourceNode ref() {
result = refBuilder(_)
}
@@ -206,7 +206,7 @@ module Firebase {
}
/**
* Gets the dataflow node holding the listener callback.
* Gets the data flow node holding the listener callback.
*/
DataFlow::Node getCallbackNode() {
result = getArgument(0)