Skip to content

tweener: Fix a couple of warnings

Florian Müllner requested to merge fmuellner/gjs:fix-warnings into master

Spidermonkey now warns when relying on the falsiness of undefined properties, so provide explicit fallbacks to avoid the warnings.

Merge request reports