This method is used for passing parameters by value with pjs.call().
Parameters
1. Value - The value to pass.
2. Config - A configuration object of the format used by pjs.define().
Return Value
An object that can be passed to pjs.call() to pass by value.
Example