Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
basdebruin committed Jan 5, 2021
1 parent 93be843 commit 94603e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/js/level-blind.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ var blind = {
// Speaks string using SpeechSynthesis
speak(str) {
const utterance = new SpeechSynthesisUtterance(str);
utterance.lang = 'nl';
speechSynthesis.speak(utterance);
}
};
Expand Down
2 changes: 1 addition & 1 deletion assets/js/level-kleurenblind.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

var memory = {

CARD_PAIRS: 6, // 6: 12 card in total, pretty hard
CARD_PAIRS: 6, // 6: 12 cards in total, pretty hard

// get elems
l: $('#kleurenblind'),
Expand Down

0 comments on commit 94603e8

Please sign in to comment.