mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Delegate comparison expansion, hashable, == operator
This commit is contained in:
parent
9dcafb7db8
commit
a3a8bfa40c
8 changed files with 157 additions and 18 deletions
|
@ -11881,7 +11881,7 @@ namespace IDE
|
|||
{
|
||||
defer
|
||||
{
|
||||
if (mPendingDebugExprHandler != pendingHandler)
|
||||
if (mPendingDebugExprHandler !== pendingHandler)
|
||||
delete pendingHandler;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue