Skip to content

Commit 1466b80

Browse files
authored
Update appshell_extensions.js
Fixing the comment
1 parent 311dddd commit 1466b80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appshell/appshell_extensions.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -871,12 +871,12 @@ if (!appshell.app) {
871871
};
872872

873873
/**
874-
* Get hash of the machine based on various
874+
* Get hash of the machine based on various parameters like
875+
* network interfaces, CPU ID, volume serial number e.t.c
875876
*
877+
* @param {none}
876878
*
877-
* @param {number}
878-
*
879-
* @return none.
879+
* @return None. This is an asynchronous call that sends all return information to the callback.
880880
*/
881881
native function GetMachineHash();
882882
appshell.app.getMachineHash = function (callback) {

0 commit comments

Comments
 (0)