Spelling: explicitly
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/1bc49fe4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/1bc49fe4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/1bc49fe4 Branch: refs/heads/master Commit: 1bc49fe450bfe43a089b353e4af7116b63d87273 Parents: 1f7fe9a Author: Josh Soref <jso...@rim.com> Authored: Mon Sep 10 15:08:29 2012 -0400 Committer: Simon MacDonald <simon.macdon...@gmail.com> Committed: Mon Sep 17 22:09:51 2012 -0400 ---------------------------------------------------------------------- bin/templates/project/assets/www/js/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/1bc49fe4/bin/templates/project/assets/www/js/index.js ---------------------------------------------------------------------- diff --git a/bin/templates/project/assets/www/js/index.js b/bin/templates/project/assets/www/js/index.js index 31d9064..87b5660 100644 --- a/bin/templates/project/assets/www/js/index.js +++ b/bin/templates/project/assets/www/js/index.js @@ -31,7 +31,7 @@ var app = { // deviceready Event Handler // // The scope of 'this' is the event. In order to call the 'receivedEvent' - // function, we must explicity call 'app.receivedEvent(...);' + // function, we must explicitly call 'app.receivedEvent(...);' onDeviceReady: function() { app.receivedEvent('deviceready'); },