From e32ec046ef0588595cf0ada37ac0f9a6e994d534 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 28 Jan 2011 15:07:06 +0100 Subject: removed undefined variable --- src/nodejs/response.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(''); this.end(); -- cgit v1.2.3