chore(rest) JSON.stringify -> Util.stringifyJSON

This commit is contained in:
coderaiser 2013-07-17 14:00:41 +00:00
parent 7e22d3c356
commit 7b7cebb094

View file

@ -54,7 +54,7 @@
lData = pParams.data;
lRes.writeHead(OK, Header);
lRes.end( JSON.stringify(lData) );
lRes.end( Util.stringifyJSON(lData) );
}
/**