fix capital I -> i in isDocumentEdited
Uncaught Exception: TypeError: mainWindow.IsDocumentEdited is not a function
This commit is contained in:
parent
28fb0d0e92
commit
8cd8495df7
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ Returns the pathname of the file the window represents.
|
||||||
Specifies whether the window’s document has been edited, and the icon in title
|
Specifies whether the window’s document has been edited, and the icon in title
|
||||||
bar will become grey when set to `true`.
|
bar will become grey when set to `true`.
|
||||||
|
|
||||||
### `win.IsDocumentEdited()` _OS X_
|
### `win.isDocumentEdited()` _OS X_
|
||||||
|
|
||||||
Whether the window's document has been edited.
|
Whether the window's document has been edited.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue