Update javascript/ql/src/semmle/javascript/DOM.qll

Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
This commit is contained in:
Max Schaefer
2019-03-29 13:42:00 +00:00
committed by GitHub
parent 10479eaf4d
commit e4c4f7a5ae

View File

@@ -322,7 +322,7 @@ module DOM {
DataFlow::SourceNode locationRef() { result = locationRef(DataFlow::TypeTracker::end()) }
/**
* Gets a reference to the 'document' object.
* Gets a reference to the `document` object.
*/
private DataFlow::SourceNode documentRef(DataFlow::TypeTracker t) {
t.start() and