Spelling: explicitly

This commit is contained in:
Josh Soref 2012-09-10 15:08:29 -04:00 committed by Simon MacDonald
parent 1f7fe9abcc
commit 1bc49fe450

View File

@ -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');
},