summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2016-10-28 07:03:05 +0800
committerGitHub <[email protected]>2016-10-28 07:03:05 +0800
commit06a91384d5b2c0eb73a80e8f87d9151bd7900174 (patch)
tree7edbaf92d007854e560f11d56810b5f683606d61 /index.html
parent4e0eb400d47e9ef3ded2b719348c0aa7b56a4530 (diff)
parent7b2f828cb982c6a05db9370963186cbee97a3b5f (diff)
downloadword-search-game-06a91384d5b2c0eb73a80e8f87d9151bd7900174.tar.gz
word-search-game-06a91384d5b2c0eb73a80e8f87d9151bd7900174.zip
Merge pull request #3 from Shmuel83/master
Available in multiple languages
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7f8fc44..28574fc 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
var gameobj = gameAreaEl.wordSearch();
// Put words into `.ws-words`
- var words = gameobj.settings.words,
+ var words = gameobj.settings.wordsList,
wordsWrap = document.querySelector('.ws-words');
for (i in words) {
var liEl = document.createElement('li');