Code review comment for lp:~michael-sheldon/webbrowser-app/ssl-status

Revision history for this message
Olivier Tilloy (osomon) wrote :

285 + target: certificateError ? certificateError : null

isn’t this equivalent to:

    target: certificateError

« Back to merge proposal