Skip to content

ConditionalLoader: Drop meaningless checks

ivan tkachenko requested to merge work/ratijas/fix-attached-checks into master

Attached properties always get created if they did not exist yet. As any other object in JavaScript, they always evaluate as a truthy value in conditional contexts.

Merge request reports