Merge pull request #3206 from matthewoates/master

SockJS can be instantiated with just a URL
This commit is contained in:
Masahiro Wakame
2014-11-23 10:09:32 +09:00
+1 -1
View File
@@ -36,7 +36,7 @@ interface SockJS extends EventTarget {
declare var SockJS: {
prototype: SockJS;
new (url: string, _reserved: any, options?: {
new (url: string, _reserved?: any, options?: {
debug?: boolean;
devel?: boolean;
protocols_whitelist?: string[];