removed trailing whitespace
This commit is contained in:
Jared Tabor
2015-02-18 14:32:09 -05:00
parent bf8b593f36
commit a67b2e29b6

View File

@@ -71,7 +71,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
$log.debug('Socket connecting to: ' + url); $log.debug('Socket connecting to: ' + url);
self.scope.socket_url = url; self.scope.socket_url = url;
self.socket = io.connect(url, { self.socket = io.connect(url, {
query: "Token="+token, query: "Token="+token,
headers: headers:
{ {
'Authorization': 'Token ' + token, // i don't think these are actually inserted into the header--jt 'Authorization': 'Token ' + token, // i don't think these are actually inserted into the header--jt