aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/response.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodejs/response.js')
-rw-r--r--src/nodejs/response.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodejs/response.js b/src/nodejs/response.js
index 45dcc89..9a92c66 100644
--- a/src/nodejs/response.js
+++ b/src/nodejs/response.js
@@ -41,7 +41,7 @@ exports.mkXmlRes = function (res){
}
res.atEnd = function(){
if(!this.started){
- this.atStart(pojo);
+ this.atStart();
}
this.write('</xml>');
this.end();