[Webkit-unassigned] [Bug 27552] remember last script displayed in Scripts panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 13:50:44 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=27552


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43379|review?                     |review-
               Flag|                            |




--- Comment #7 from Timothy Hatcher <timothy at hatcher.name>  2009-11-17 13:50:44 PST ---
(From update of attachment 43379)
> +
> +        // if not first item, check to see if this was the last viewed
> +        else {

Put the comment inside the else block and remove the empty line.

> +            if (url && (url == lastURL))

Remove the inner parentheses and use ===. 

Otherwise r+. Nice cleanup with the options object.

-- 
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