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

This commit is contained in:
coderaiser 2013-07-17 14:00:41 +00:00
parent 6e63ea962d
commit b1c22c9344

View file

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