From 4498b8bbf52446bb74517a7ed6b2eda346263496 Mon Sep 17 00:00:00 2001 From: Jamie Peabody Date: Wed, 23 Jan 2019 22:41:59 +0000 Subject: [PATCH] revert debug code --- examples/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/app.js b/examples/app.js index 8bfcecf..0437acc 100644 --- a/examples/app.js +++ b/examples/app.js @@ -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'); } }); });