[Bug 16733] Drop 'endings'?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16733

--- Comment #10 from Simon Pieters <simonp@opera.com> 2012-04-16 05:25:46 UTC ---
(In reply to comment #9)
>   return s.replace(/\n|\r|\r\n/g, newline);

  return s.replace(/\r\n|\r|\n/g, newline);

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 16 April 2012 05:25:49 UTC