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.
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.
https://sdkdocs.roku.com/display/sdkdoc/Handling+Application+Events#HandlingApplicationEvents-FunctionalFields