## What were you doing? STR: 1. go to https://firefox-dev.tools/debugger-examples/examples/todomvc/ 2. add a breakpoint on backbone.js:205
Bug 1576660 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
## What were you doing? STR: 1. go to https://firefox-dev.tools/debugger-examples/examples/todomvc/ 2. add a breakpoint on backbone.js:205 It is surprising to me that the previews wrap to the next line. In this case events is wrapped and a1, a2 are all on the next line. I'd expect this line to not wrap.