summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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');