diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-25 12:28:30 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-25 12:28:30 -0800 |
commit | 8e5c52df194f951187e897e5213849828e41b490 (patch) | |
tree | 4f42c35f387cf5553893fa8db58299330bf582bd /src/framework.js | |
parent | 7985433ea6d2beb324f8ae7cd653407376955555 (diff) |
code cleanup
Diffstat (limited to 'src/framework.js')
-rw-r--r-- | src/framework.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/framework.js b/src/framework.js index 8fd396b6..e9ff592e 100644 --- a/src/framework.js +++ b/src/framework.js @@ -128,8 +128,7 @@ Substrate.prototype = { if (DEBUG) print("Solving complete: no remaining items"); finalComment(); this.results.forEach(function(output) { - delete output.__result__; // Might recycle these - delete output.__uid__; + delete output.__uid__; // Might recycle these }); return this.results; } |