/[meteor]/googlecode.com/svn/trunk/public_html/stream.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/public_html/stream.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 55 by andrew.betts, Thu Feb 28 00:21:39 2008 UTC revision 61 by andrew.betts, Thu Apr 17 20:03:54 2008 UTC
# Line 50  function extractEvents(responsestr) { Line 50  function extractEvents(responsestr) {
50                          y = newdata.indexOf("</"+"script>", x);                          y = newdata.indexOf("</"+"script>", x);
51                          if (y != -1) {                          if (y != -1) {
52                                  eval(newdata.substring((x+8),y));                                  eval(newdata.substring((x+8),y));
53                                    if (typeof newdata == 'undefined') break;  // If message was eof() then we're now in a freed script
54                                  newdata = newdata.substring(y+9);                                  newdata = newdata.substring(y+9);
55                          } else {                          } else {
56    

Legend:
Removed from v.55  
changed lines
  Added in v.61

  ViewVC Help
Powered by ViewVC 1.1.26