https://github.com/finalangel/classjs
class.js is a JavaScript library for building class based object-oriented programms using JavaScript's prototypal inheritance. It strives to mimic classical class inheritance provided by other languages such as Python, Java or C. Its syntax is heavily inspired by MooTools's class implementation.
Go to http://classjs.rtfd.org for a full documentation.
Please use github to report bugs or feature requests. Include a jsfiddle or equivalent example whenever possible for issues and bugs.
Distributed under the BSD Licence.
Copyright (c) 2012 Angelo Dini and contributors