Fix code error in clearValues()
This commit is contained in:
parent
8a964aef29
commit
c2cd9ff895
@ -64,7 +64,7 @@ export class ApplicationContext
|
|||||||
|
|
||||||
public clearValues(type: ContextVariableType): void
|
public clearValues(type: ContextVariableType): void
|
||||||
{
|
{
|
||||||
this.variables.has(type)
|
if (this.variables.has(type))
|
||||||
{
|
{
|
||||||
this.variables.delete(type);
|
this.variables.delete(type);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user