...
Takes a parameters object and a required keys array and compares the two. If any keys are missing from the array, then an error is logged and the error screen is shown (app.showErrors).
Basic Example:
|
...
Error screen shown after failing checkRequired
The required parameter ['test'] was not a key in the 'p' object passed in.
...