projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b689a2
)
returns an instance, not the module
author
Zeke Sikelianos
<zeke@sikelianos.com>
Mon, 14 Nov 2016 22:54:28 +0000
(14:54 -0800)
committer
Zeke Sikelianos
<zeke@sikelianos.com>
Wed, 16 Nov 2016 17:02:49 +0000
(09:02 -0800)
docs/api/native-image.md
patch
|
blob
|
history
diff --git
a/docs/api/native-image.md
b/docs/api/native-image.md
index 7ca8c18c489abd230d0a84e897d5ff8f3adc1c0a..54d7631f490e048c6b23c0daed230df1c6665665 100644
(file)
--- a/
docs/api/native-image.md
+++ b/
docs/api/native-image.md
@@
-18,7
+18,7
@@
let win = new BrowserWindow({icon: '/Users/somebody/images/window.png'})
console.log(appIcon, win)
```
-Or read the image from the clipboard which returns a `
n
ativeImage`:
+Or read the image from the clipboard which returns a `
N
ativeImage`:
```javascript
const {clipboard, Tray} = require('electron')