Skip to content

Commit

Permalink
fix: onDeviceReady to onDeviceResume in testbed
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 20, 2017
1 parent 70232f1 commit d91939b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var app = {
},
bindEvents: function bindEvents () {
document.addEventListener('deviceready', this.onDeviceReady, false)
document.addEventListener('resume', this.onDeviceReady, false)
document.addEventListener('resume', this.onDeviceResume, false)
},
onDeviceReady: function onDeviceReady () {
BranchInit(true)
Expand Down

0 comments on commit d91939b

Please sign in to comment.