1
0
mirror of synced 2025-12-10 00:11:12 +08:00

revert debug code

This commit is contained in:
Jamie Peabody
2019-01-23 22:41:59 +00:00
parent a2eaef8a13
commit 4498b8bbf5

View File

@@ -9,10 +9,10 @@ $(document).ready(function () {
}, },
_debug: '', _debug: '',
lhs: function(setValue) { lhs: function(setValue) {
setValue('a\nb\nc'); setValue('the quick red fox\njumped over the hairy dog');
}, },
rhs: function(setValue) { rhs: function(setValue) {
setValue('a\nb\nx\nc'); setValue('the quick brown fox\njumped over the lazy dog');
} }
}); });
}); });