diff options
| author | Li Zhineng <[email protected]> | 2016-10-28 07:03:05 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-28 07:03:05 +0800 |
| commit | 06a91384d5b2c0eb73a80e8f87d9151bd7900174 (patch) | |
| tree | 7edbaf92d007854e560f11d56810b5f683606d61 /index.html | |
| parent | 4e0eb400d47e9ef3ded2b719348c0aa7b56a4530 (diff) | |
| parent | 7b2f828cb982c6a05db9370963186cbee97a3b5f (diff) | |
| download | word-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); |
