aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/output/Object.js
blob: 1f29af9c6b076c8e52f6dbb4b72a0931b1e4fdd2 (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, model) {
  runner.$window.$result = model.value;
});