JS: missing qldoc

This commit is contained in:
Asger F
2019-03-19 14:42:01 +00:00
parent 28a776a82b
commit 9bbdf84e5d

View File

@@ -123,6 +123,9 @@ module Firebase {
(getMethodName() = "on" or getMethodName() = "once")
}
/**
* Gets the argument in which the callback is passed.
*/
DataFlow::Node getCallbackNode() {
result = getArgument(1)
}