From 49c532f6bb3fadddea66dd925f4afea940fc88dc Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 16 Jun 2011 15:50:18 -0300 Subject: [PATCH] Fixed style (85 cols). --- lib/transports/xhr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/transports/xhr.js b/lib/transports/xhr.js index 0e1a0ed4..edacd6e9 100644 --- a/lib/transports/xhr.js +++ b/lib/transports/xhr.js @@ -54,8 +54,8 @@ }; /** - * Check if we need to send data to the Socket.IO server, if we have data in our buffer - * we encode it and forward it to the `post` method. + * Check if we need to send data to the Socket.IO server, if we have data in our + * buffer we encode it and forward it to the `post` method. * * @api private */