Searched defs:_indent (Results 1 - 1 of 1) sorted by relevance

/yui3/src/json/js/
H A Dstringify.js113 function _indent(s,space) { function
224 OPEN_A + CR + _indent(a.join(COMMA_CR), space) + CR + CLOSE_A :
225 OPEN_O + CR + _indent(a.join(COMMA_CR), space) + CR + CLOSE_O;

Completed in 58 milliseconds