File: README.rst

package info (click to toggle)
class.js 1.0.0%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: javascript: 351; makefile: 114; python: 30
file content (29 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (2)
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