mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Fix comment style in UnboundEventHandlerReceiver
This commit is contained in:
@@ -24,9 +24,9 @@ class Component1 extends React.Component {
|
||||
render() {
|
||||
var unbound3 = this.unbound3;
|
||||
return <div>
|
||||
<div onClick={this.unbound1}/> // $ Alert
|
||||
<div onClick={this.unbound2}/> // $ Alert
|
||||
<div onClick={unbound3}/> // $ Alert
|
||||
<div onClick={this.unbound1}/> { /* $ Alert */ }
|
||||
<div onClick={this.unbound2}/> { /* $ Alert */ }
|
||||
<div onClick={unbound3}/> { /* $ Alert */ }
|
||||
<div onClick={this.bound_throughBindInConstructor}/>
|
||||
<div onClick={this.bound_throughDeclaration}/>
|
||||
<div onClick={this.unbound_butNoThis}/>
|
||||
|
||||
Reference in New Issue
Block a user