mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
sockerUrl -> socketUrl in 'jquery-jsonrpcclient'.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
interface JsonRpcClientOptions extends JQueryAjaxSettings {
|
||||
ajaxUrl?: string;
|
||||
headers?: {[key:string]: any};
|
||||
sockerUrl?: string;
|
||||
socketUrl?: string;
|
||||
onmessage?: () => void;
|
||||
onopen?: () => void;
|
||||
onclose?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user