[Webkit-unassigned] [Bug 76706] Web Inspector: Make "Copy as HTML" use the same copy functions as other copy methods.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 06:36:06 PST 2012


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





--- Comment #3 from Timothy Hatcher <timothy at apple.com>  2012-01-23 06:36:05 PST ---
(From update of attachment 123334)
View in context: https://bugs.webkit.org/attachment.cgi?id=123334&action=review

>> Source/WebCore/inspector/front-end/ElementsPanel.js:937
>> +        var copy = function(id, text) {
> 
> As I mentioned in the previous review:
> 
> - we only use named functions
> - { should be on the next line
> - this is not "id", this is "error" string

And all he means by named is this:

function copy(error, text)
{
   // …
}

It will be the variable "copy" still.

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