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:
964c88a
)
Add backticks around Info.plist
author
Kevin Sawicki
<kevin@github.com>
Tue, 22 Nov 2016 15:49:56 +0000
(07:49 -0800)
committer
GitHub
<noreply@github.com>
Tue, 22 Nov 2016 15:49:56 +0000
(07:49 -0800)
docs/api/app.md
patch
|
blob
|
history
diff --git
a/docs/api/app.md
b/docs/api/app.md
index fd296dac77eeea4ef877490df7f4738b8017e767..40bca9c2d4699f028ec5ad5fbb8a3d89b83ea8f1 100644
(file)
--- a/
docs/api/app.md
+++ b/
docs/api/app.md
@@
-109,7
+109,7
@@
Returns:
* `url` String
Emitted when the user wants to open a URL with the application. Your application's
-
Info.plist
file must define the url scheme within the `CFBundleURLTypes` key, and
+
`Info.plist`
file must define the url scheme within the `CFBundleURLTypes` key, and
set `NSPrincipalClass` to `AtomApplication`.
You should call `event.preventDefault()` if you want to handle this event.