[Webkit-unassigned] [Bug 27329] Inspector: Properties Should be Sorted more Naturally
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 11:46:02 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27329
Timothy Hatcher <timothy at hatcher.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32879|review? |review-
Flag| |
--- Comment #15 from Timothy Hatcher <timothy at hatcher.name> 2009-07-23 11:46:01 PDT ---
(From update of attachment 32879)
> + if ( !+chunka && !+chunkb ) // chunks are strings of all 0s (special case)
No need for spaces on the inside of the parenthesis.
> + }
> + else if (chunka !== chunkb)
The else should be on on the same lien as the curly brace.
Maybe move the sort function to Utilities.js so it could be used by other
callers?
I think sorting the completions this way would be good too.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list