chore: fixed issue with lcs

This commit is contained in:
Jamie Peabody
2022-01-15 16:14:07 +00:00
parent 7024846cb0
commit 44580dbfc8
4 changed files with 26 additions and 17 deletions

View File

@@ -33,8 +33,8 @@ document.onreadystatechange = function () {
},
rhs: function(setValue) {
setValue(macbeth.join('\n')
.replace(/love/g, 'hate')
.replace(/heart/g, 'head'));
.replace(/serpent/g, 'pencil'));
//.replace(/heart/g, 'head'));
},
_debug: 'scroll,debug,event'
// _debug: 'draw,change,event'