Wednesday, February 15, 2012

Release of class.js

Today I like to present my new JS lib for prototype based inheritance.
class.js is inspired by javascriptMVC.
You can get it at github.

There is also a page with examples. Just click on Class.js in the main navigation.

Features
  • namespaces
  • constructor method
  • inheritance
  • call parent with _super()
  • static methods
  • private methods
  • optional use of $.Interface
Feel free to post your feeedback.

No comments:

Post a Comment