Changeset 220 for trunk/common

Show
Ignore:
Timestamp:
07/12/07 18:19:45 (2 years ago)
Author:
ydnar
Message:

svn merge -c219 http://code.sixapart.com/svn/js/branches/vox-33/ .

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/Client.js

    r217 r220  
    206206    }; 
    207207    transport.open( "GET", url, true ); 
    208     transport.send(); 
     208    transport.send( "" ); 
    209209};