Skip to content

Commit

Permalink
rename parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennal committed Jul 29, 2021
1 parent 4d01f15 commit d579a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wwwroot/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@
});
}

client.invokeNode = function(code, resultType="object") {
return client.invoke("ElectronFlex.NodeJs", "Invoke<" + resultType + ">", code);
client.invokeNode = function(code, resultCsType="object") {
return client.invoke("ElectronFlex.NodeJs", "Invoke<" + resultCsType + ">", code);
}

client = Emitter(client);
Expand Down

0 comments on commit d579a6c

Please sign in to comment.