mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
js: Inline expectation should have space before $
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function f(){
|
||||
a.clientTop && a.clientTop, a.clientTop === !0; //$Alert
|
||||
function f() {
|
||||
a.clientTop && a.clientTop, a.clientTop === !0; // $ Alert
|
||||
a && a.clientTop;
|
||||
a.clientTop, a.clientTop;
|
||||
if(a) return a.clientTop && a.clientTop, a.clientTop === !0;
|
||||
if(b) return b && (b.clientTop, b.clientTop && b.clientTop), null;
|
||||
if (a) return a.clientTop && a.clientTop, a.clientTop === !0;
|
||||
if (b) return b && (b.clientTop, b.clientTop && b.clientTop), null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user