Repository: cordova-app-hello-world Updated Branches: refs/heads/master 9907d542e -> c5d5db79d
CB-6185 Spelling: explicitly github: close #7 Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/c5d5db79 Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/c5d5db79 Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/c5d5db79 Branch: refs/heads/master Commit: c5d5db79d1c51a9fd2d5080556b3b4c2ef1a76e4 Parents: 9907d54 Author: Josh Soref <[email protected]> Authored: Thu Mar 6 17:16:02 2014 -0500 Committer: Marcel Kinard <[email protected]> Committed: Wed Mar 12 17:00:16 2014 -0400 ---------------------------------------------------------------------- www/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/c5d5db79/www/js/index.js ---------------------------------------------------------------------- diff --git a/www/js/index.js b/www/js/index.js index 31d9064..87b5660 100644 --- a/www/js/index.js +++ b/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'); },
