7b4124f606ca503a665326061fab08f4140d356b
[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 }