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:
d9e1861
)
Fix a typo
author
Hiroshige Umino yaotti
<yaotti@qiita.com>
Sat, 10 May 2014 09:47:54 +0000
(18:47 +0900)
committer
Hiroshige Umino yaotti
<yaotti@qiita.com>
Sat, 10 May 2014 09:47:54 +0000
(18:47 +0900)
docs/api/ipc-browser.md
patch
|
blob
|
history
diff --git
a/docs/api/ipc-browser.md
b/docs/api/ipc-browser.md
index
b7fe48d
..
eb84885
100644
(file)
--- a/
docs/api/ipc-browser.md
+++ b/
docs/api/ipc-browser.md
@@
-22,7
+22,7
@@
ipc.on('asynchronous-message', function(event, arg) {
ipc.on('synchronous-message', function(event, arg) {
console.log(arg); // prints "ping"
- event.returnValue = 'pong'
.
+ event.returnValue = 'pong'
;
});
```