hakimel / reveal.js

The HTML Presentation Framework
https://revealjs.com
MIT License
67.91k stars 16.65k forks source link

Fix two if statements returning bool can be simplified #3619

Closed robvdl closed 6 months ago

robvdl commented 6 months ago

There is no CI? no GitHub actions?

gulp test seems to pass locally at least, though with some existing warnings about puppeteer old headless.

hakimel commented 6 months ago

I prefer multiple if cases over ! with multiple conditions for readability.