Skip to content

Commit

Permalink
Arregla el juego para iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jan 15, 2017
1 parent c4f2a93 commit ef0aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/juego.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ var app={
};

if ('addEventListener' in document) {
document.addEventListener('DOMContentLoaded', function() {
document.addEventListener('deviceready', function() {
app.inicio();
}, false);
}

0 comments on commit ef0aaeb

Please sign in to comment.