Fixing progress field

This commit is contained in:
Elad Zelingher
2016-07-11 20:50:40 +03:00
parent b20eb12c4c
commit bd06aa2f50

View File

@@ -45,7 +45,7 @@ declare namespace autobahn {
interface IInvocation {
caller?: number;
progress?: boolean;
progress?: (args : any[], kwargs : any) => void;
procedure: string;
}