mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
sockerUrl -> socketUrl in 'jquery-jsonrpcclient'.
This commit is contained in:
@@ -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