Skip to content

Commit

Permalink
Merge pull request devscola#2 from jcesarmobile/master
Browse files Browse the repository at this point in the history
Arregla el juego para iOS
  • Loading branch information
xaviuzz authored Jan 15, 2017
2 parents c4f2a93 + ef0aaeb commit b2b46a4
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 b2b46a4

Please sign in to comment.