Refactor transformAsObject to transformWithDetails

This matches current best thinking.
This commit is contained in:
Anthony van der Hoorn 2014-07-11 08:38:28 -04:00
parent 5c4e451054
commit b8582b8d1c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
}
return result;
},
transformAsObject: function(input, options) {
transformWithDetails: function(input, options) {
var output = innerTransform(input, options);
var result = {};
result.code = output.code;