mirror of
https://github.com/wickedest/Mergely.git
synced 2026-04-13 11:18:35 +08:00
chore: fixed issue with lcs
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user