Closed zenangst closed 8 years ago
This PR adds a convenience init to instantiate Tabby with a set of tuple controllers.
It also fixes a crash that occurs if you init without any controllers, the reason for the crash was that it tried to access an index that clearly didn’t exist.
Fixes #2
This PR adds a convenience init to instantiate Tabby with a set of tuple controllers.
It also fixes a crash that occurs if you init without any controllers, the reason for the crash was that it tried to access an index that clearly didn’t exist.