blob: 3257cfd7fba5e6c1677920a29efd3598955928ee (
plain)
1
2
3
4
5
6
|
/**
* Creates a global value $result with the result of the runner.
*/
angular.scenario.output('object', function(context, runner) {
runner.$window.$result = new angular.scenario.ObjectModel(runner).value;
});
|