rightjs

2.2.3 • Public • Published

Welcome!

This is a simple npm package for RightJS

Installation

npm install rightjs

Usage

var RightJS = require('rightjs');

var Klass = new RightJS.Class({
  initialize: function(param) {
    this.param = param;
  }
});

var klass = new Klass('param');

License

RightJS is released under the terms of the MIT license

Copyright

Copyright (C) 2008-2011 Nikolay Nemshilov

Dependents (0)

Package Sidebar

Install

npm i rightjs

Weekly Downloads

3

Version

2.2.3

License

none

Last publish

Collaborators

  • nikolay_nemshilov