91381b6 cleanup: Always use type-safe comparisons

Authored and Committed by Florian Müllner 4 years ago
    cleanup: Always use type-safe comparisons
    
    The type coercion performed by the regular == and != operators can
    have surprising results. It is therefore considered good practice
    to use the type-safe === and !== variants instead.
    
    https://pagure.io/background-logo-extension/pull-request/19
    
        
file modified
+1 -1
file modified
+3 -3