You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Bug:
No dot is placed in front of the method if there is a closing curly brace before it. Sample
source: for(var aD in aA)I['d'](aC,aD,function(aE){return aA[aE];}['bind'](null,aD));
result:
for (var aD in aA) I.d(aC, aD, function (aE) {
return aA[aE];
}
bind(null, aD));
Bug:
No dot is placed in front of the method if there is a closing curly brace before it.
Sample
source:
for(var aD in aA)I['d'](aC,aD,function(aE){return aA[aE];}['bind'](null,aD));
result:
Used master branch, commit 7b46556
The text was updated successfully, but these errors were encountered: