Obstruct
Objects > Constructors
Usage
Obstruct provides simple inheritance without the use of traditional constructors. Inspired by the Type.new blog post, I wrapped up this functionality in a tiny little lib. Basic usage:
var Button = Obstruct; var EvilButton = Button; var mybtn = EvilButton;