[Webkit-unassigned] [Bug 27322] Inspector: Create New DOM Storage Items via DataGrid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 21:42:36 PDT 2009


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





--- Comment #8 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-28 21:42:36 PDT ---
(In reply to comment #5)
> (From update of attachment 33577 [details])
> > +        var cnt = 0;
> > +        for (var i in this.columns)
> > +            emptyData[cnt++] = '';
> 
> This looks funny. Shouldn't this just be:
> 
> for (var column in this.columns)
>     emptyData[column] = '';

Done.

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