[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting ...

Shane Bryzak sbryzak at redhat.com
Sun Jun 3 20:07:41 EDT 2007


  User: sbryzak2
  Date: 07/06/03 20:07:41

  Modified:    src/remoting/org/jboss/seam/remoting  remote.js
  Log:
  JBSEAM-1324
  
  Revision  Changes    Path
  1.4       +9 -6      jboss-seam/src/remoting/org/jboss/seam/remoting/remote.js
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remote.js
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/remote.js,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- remote.js	1 May 2007 00:08:12 -0000	1.3
  +++ remote.js	4 Jun 2007 00:07:41 -0000	1.4
  @@ -624,6 +624,8 @@
     var bodyNode;
     var context = new Seam.Remoting.__Context;
   
  +  if (doc.documentElement)
  +  {
     for (var i = 0; i < doc.documentElement.childNodes.length; i++)
     {
       var node = doc.documentElement.childNodes.item(i);
  @@ -632,6 +634,7 @@
       else if (node.tagName == "body")
         bodyNode = node;
     }
  +  }
   
     if (headerNode)
     {
  
  
  



More information about the jboss-cvs-commits mailing list