JavaScript: document properties
        Posted  
        
            by deb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by deb
        
        
        
        Published on 2010-05-14T16:45:58Z
        Indexed on 
            2010/05/14
            16:54 UTC
        
        
        Read the original article
        Hit count: 165
        
Hi,
is there a "document" property named ssh? It's a simple question. I've seen this in some code at work, but no one in the office wrote the code, so I'm stucked.
The line was document.ssh.firstPing(...)
firstPing was a method in the code, that is writen in js+php. But I've searched with eclipse throughout all the code and there is no ssh anywhere.
© Stack Overflow or respective owner