hs attribute ctx_new_len removed and typo fixed ctx_new_length to ctx_new_len for...
[xynt.git] / web / xynt / xynt-http-streaming-ifra.js
1 var ctx_new = "";
2
3 function push(s) {
4     if (s != null) {
5         ctx_new += "@BEGIN@"+s+"@END@";
6     }
7     else {
8         ctx_new += "_";
9     }
10 }