Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 772 Bytes

README.rst

File metadata and controls

26 lines (16 loc) · 772 Bytes

class.js - simple class based inheritance

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.

Documentation

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.

License

Distributed under the BSD Licence.

Copyright (c) 2012 Angelo Dini and contributors