wrong example given
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/813d3e98 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/813d3e98 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/813d3e98 Branch: refs/heads/master Commit: 813d3e9828032d8989abec1439454ed06627cae8 Parents: df08a04 Author: Piotr Zalewa <[email protected]> Authored: Thu Nov 28 14:50:32 2013 +0100 Committer: Piotr Zalewa <[email protected]> Committed: Thu Nov 28 14:50:32 2013 +0100 ---------------------------------------------------------------------- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/813d3e98/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 2c42361..f536c6e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,4 @@ If you are not using the Cordova Command-line Interface, follow [Using Plugman t Edit manifest.webapp and add permissions field as described in [Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest#permissions). There is also a need to change the webapp type to "privileged" - [Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest#type). -All privileged apps enforce [Content Security Policy](https://developer.mozilla.org/en-US/Apps/CSP) which forbids inline script. Initialize your application in another way (i.e. start it on document load in index.js) - - document.onload = app.initialize; - +All privileged apps enforce [Content Security Policy](https://developer.mozilla.org/en-US/Apps/CSP) which forbids inline script. Initialize your application in another way.
