1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
=========================================
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 <http://jsfiddle.net>`_
or equivalent example whenever possible for issues and bugs.
Testet in Chrome, Fierfox 4+, Internet Explorer 7+ and Opera.
License
=======
Distributed under the BSD Licence.
Copyright (c) 2012 Angelo Dini and contributors
|