Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 426 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 426 Bytes

#KlassyJS

KlassyJS is a super simple library that implements "classical inheritance" for JS.

I've lifted the approach here directly (with a few tiny modifications) from Alex MacCaw's JavaScript Web Applications. You may also want to look at John Resig's Simple JavaScript Inheritance for a few more ideas.

##Sample Usage