Fixed tabbing issues.

This commit is contained in:
Adam Santaniello
2015-08-07 11:02:31 -04:00
parent 62000d5e40
commit 8aeb330d26
2 changed files with 4 additions and 4 deletions
@@ -32,9 +32,9 @@ module ngSignalrTest {
methods: ['lock', 'unlock'],
// query params sent on initial connection
queryParams:{
'token': 'exampletoken'
},
queryParams:{
'token': 'exampletoken'
},
// handle connection error
errorHandler: (message: string) => {
+1 -1
View File
@@ -28,7 +28,7 @@ declare module ngSignalr {
/**
* Collection of client side callbacks
*/
listeners?: { [index: string] : (...args: any[]) => void };
listeners?: { [index: string] : (...args: any[]) => void };
/**
* String array of server side methods which the client can call