Update docs for parsing

This commit is contained in:
Samuel Attard 2016-10-05 10:55:32 +11:00 committed by Zeke Sikelianos
parent b859afc118
commit 2b05c61ae3
8 changed files with 24 additions and 20 deletions

View file

@ -9,6 +9,6 @@
* `iconPath` String - The absolute path to an icon to be displayed in a
JumpList, which can be an arbitrary resource file that contains an icon. You
can usually specify `process.execPath` to show the icon of the program.
* `iconIndex` Integer - The icon index in the icon file. If an icon file
* `iconIndex` Number - The icon index in the icon file. If an icon file
consists of two or more icons, set this value to identify the icon. If an
icon file consists of one icon, this value is 0.