Bug 168224 - Address ESLint warnings in modern-media-controls
Summary: Address ESLint warnings in modern-media-controls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-12 22:57 PST by Joseph Pecoraro
Modified: 2017-02-14 01:13 PST (History)
3 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (14.92 KB, patch)
2017-02-12 22:58 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-02-12 22:57:38 PST
Address ESLint warnings in modern-media-controls

All were pedantic (trailing whitespace, semicolons, === vs ==). Nothing to be concerned about!
Comment 1 Joseph Pecoraro 2017-02-12 22:58:42 PST
Created attachment 301334 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2017-02-13 21:59:22 PST
Comment on attachment 301334 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 301334

Committed r212276: <http://trac.webkit.org/changeset/212276>
Comment 3 WebKit Commit Bot 2017-02-13 21:59:27 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Antoine Quint 2017-02-14 01:13:02 PST
Thanks for the cleanup JoePeck!