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
Fixed bug that "AClass.this.someMethod()" invocations inside AClass is compiled to this.callbacks["AClass"].someMethod() which is wrong. Fixed now without "callbacks" segment.
0 commit comments