Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	js/soundManager.js
  • Loading branch information
jbphet committed Sep 10, 2019
2 parents 79ba0fa + b121704 commit bc061db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/soundManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ define( require => {
} )
.catch( err => {
const errorMessage = 'error when trying to resume audio context, err = ' + err;
console.err( errorMessage );
console.error( errorMessage );
assert && alert( errorMessage );
} );
}
Expand Down

0 comments on commit bc061db

Please sign in to comment.