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,10 +33,11 @@ document.onreadystatechange = function () {
|
||||
},
|
||||
rhs: function(setValue) {
|
||||
setValue(macbeth.join('\n')
|
||||
.replace(/serpent/g, 'pencil'));
|
||||
.replace(/\brain\b/g, 'sleet')
|
||||
.replace(/\bfog\b/g, 'smog'));
|
||||
//.replace(/heart/g, 'head'));
|
||||
},
|
||||
_debug: 'scroll,debug,event'
|
||||
_debug: ''
|
||||
// _debug: 'draw,change,event'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user