ConditionalLoader: Drop meaningless checks
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.
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.