Compare commits

...

1 Commits
0.3.5 ... 0.3.6

Author SHA1 Message Date
Guillermo Rauch
7f5228abc3 Fixed syntax error -.- 2010-05-28 06:12:31 -03:00

View File

@@ -59,7 +59,7 @@ this.websocket = Client.extend({
this.connection.write('\u0000', 'binary');
this.connection.write(message, 'utf8');
this.connection.write('\uffff', 'binary');
} catch(){
} catch(e){
this._onClose();
}
}