1
0
mirror of synced 2025-11-06 04:30:40 +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: '',
lhs: function(setValue) {
setValue('a\nb\nc');
setValue('the quick red fox\njumped over the hairy dog');
},
rhs: function(setValue) {
setValue('a\nb\nx\nc');
setValue('the quick brown fox\njumped over the lazy dog');
}
});
});