mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-09 00:06:14 -04:00
Moves more functionality to `base-component`, transferring the responsibility of disposal to parent class. Each component, dusting disposal, sets its protected properties to `null`. So the same can be done in one place for all children components .