diff options
author | webzwo0i <webzwo0i@c3d2.de> | 2015-02-15 15:27:27 +0100 |
---|---|---|
committer | webzwo0i <webzwo0i@c3d2.de> | 2015-02-15 15:27:27 +0100 |
commit | b9dd983f810455639e7b4d17f1327c329af8d9b8 (patch) | |
tree | f9a33b86b4b7492f44302dbfd6b89aa474736c1c /src | |
parent | c6ef7f4867608706849ce57a211ccc63b52b6f5e (diff) | |
download | etherpad-lite-b9dd983f810455639e7b4d17f1327c329af8d9b8.zip |
print the actual text...
Diffstat (limited to 'src')
-rw-r--r-- | src/static/js/Changeset.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/Changeset.js b/src/static/js/Changeset.js index 31b1323c..93a7c558 100644 --- a/src/static/js/Changeset.js +++ b/src/static/js/Changeset.js @@ -1620,7 +1620,7 @@ exports.makeAText = function (text, attribs) { exports.applyToAText = function (cs, atext, pool) { var text = exports.applyToText(cs, atext.text) if(text[1]){ - throw new Error("newline count is wrong, cs:"+cs+" and text:"+atext) + throw new Error("newline count is wrong, cs:"+cs+" and text:"+atext.text) } return { text: text[0], |