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 was archived by the owner on Sep 17, 2019. It is now read-only.
Support parameter checking for callFunc. Until we have full object checking, I'm not quite sure how to catch this except to find every instance of whatever.callFunc, and make sure there are exactly 2 parameters....which may be the best option for now.
The issue is, callFunc("funcName") is a noop when you omit the second parameter.