RESOLVED FIXED 136658
Web Inspector: Fix ESLint eqeqeq warnings
https://bugs.webkit.org/show_bug.cgi?id=136658
Summary Web Inspector: Fix ESLint eqeqeq warnings
Joseph Pecoraro
Reported 2014-09-08 20:17:00 PDT
ESLint catches a number of "==" => "===" and "!=" => "!===" cases. However ESLint is failing on files with ES6 syntax (for..of) so I caught a few more by just searching around.
Attachments
[PATCH] Proposed Fix (18.82 KB, patch)
2014-09-08 20:17 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2014-09-08 20:17:47 PDT
Created attachment 237832 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2014-09-09 10:34:44 PDT
Comment on attachment 237832 [details] [PATCH] Proposed Fix Clearing flags on attachment: 237832 Committed r173433: <http://trac.webkit.org/changeset/173433>
WebKit Commit Bot
Comment 3 2014-09-09 10:34:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.