sockerUrl -> socketUrl in 'jquery-jsonrpcclient'.

This commit is contained in:
Daniel Rosenwasser
2015-08-06 16:51:57 -07:00
parent 5ed654f9b8
commit e5a57c9bbb

View File

@@ -8,7 +8,7 @@
interface JsonRpcClientOptions extends JQueryAjaxSettings {
ajaxUrl?: string;
headers?: {[key:string]: any};
sockerUrl?: string;
socketUrl?: string;
onmessage?: () => void;
onopen?: () => void;
onclose?: () => void;