Open jchafik opened 9 years ago
The StateLoad callback must return a result to its caller. Currently, the callback function is wrapped in another function and no result is returned.
As a workaround, you can currently define the callback as follows:
<div dt:confType="callback" dt:type="stateload" dt:function="return stateLoadCallback"></div>
The StateLoad callback must return a result to its caller. Currently, the callback function is wrapped in another function and no result is returned.
As a workaround, you can currently define the callback as follows: