Noticed operator instead of comparison
-
I noticed
if(WebP.height!=2)
and changed it toif(WebP.height!==2)
as I assume that’s the way it is intended to be.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Noticed operator instead of comparison’ is closed to new replies.