From 2430f52bb97fa9d682e5f028c977c5bf94c5ec38 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 23 Mar 2012 14:03:24 -0700 Subject: chore(module): move files around in preparation for more modules --- src/scenario/output/Object.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/scenario/output/Object.js (limited to 'src/scenario/output/Object.js') diff --git a/src/scenario/output/Object.js b/src/scenario/output/Object.js deleted file mode 100644 index 621b816f..00000000 --- a/src/scenario/output/Object.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -/** - * Creates a global value $result with the result of the runner. - */ -angular.scenario.output('object', function(context, runner, model) { - runner.$window.$result = model.value; -}); -- cgit v1.2.3