[webkit-reviews] review denied: [Bug 30062] Inspector should syntax highlight JS/CSS in elements view : [Attachment 40605] No quotes or leading/trailing whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 4 21:05:23 PDT 2009


Timothy Hatcher <timothy at hatcher.name> has denied Brian Weinstein
<bweinstein at apple.com>'s request for review:
Bug 30062: Inspector should syntax highlight JS/CSS in elements view
https://bugs.webkit.org/show_bug.cgi?id=30062

Attachment 40605: No quotes or leading/trailing whitespace
https://bugs.webkit.org/attachment.cgi?id=40605&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
You only want to remove newlines from the beginning, so that indented text
matches up with other lines.

So:

/^[\n\r]*/


More information about the webkit-reviews mailing list