Skip to content

Commit d579a6c

Browse files
committed
rename parameter
1 parent 4d01f15 commit d579a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wwwroot/js/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@
536536
});
537537
}
538538

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

543543
client = Emitter(client);

0 commit comments

Comments
 (0)