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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Oct 17 17:54:19 EDT 2006


  User: sbryzak2
  Date: 06/10/17 17:54:19

  Modified:    src/main/org/jboss/seam/remoting  remote.js
  Log:
  Fixed potential NPE (or at least the Javascript equivalent of one)
  
  Revision  Changes    Path
  1.21      +2 -1      jboss-seam/src/main/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/main/org/jboss/seam/remoting/remote.js,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- remote.js	8 Oct 2006 11:24:48 -0000	1.20
  +++ remote.js	17 Oct 2006 21:54:19 -0000	1.21
  @@ -853,6 +853,7 @@
   
   Seam.Remoting.hideLoadingMessage = function()
   {
  +  if (Seam.Remoting.loadingMsgDiv)
     Seam.Remoting.loadingMsgDiv.style.visibility = 'hidden';
   }
   
  
  
  



More information about the jboss-cvs-commits mailing list