jengine-scope

0.0.11 • Public • Published

jEngine: Scope wercker status

Bower version npm version Build Status Installation

npm install jengine-scope --save

or

bower install jengine-scope --save

Usage

var s1 = new Scope({ foo: 'bar', overlap: 'v1', obj: { value: 'pristine' } });
var s2 = s1.$$new({ overlap: 'v2' });
 
var s3 = s2.$$new();
 
s3.foo = 'changed';
s3.obj.value = 'dirty';

Readme

Keywords

Package Sidebar

Install

npm i jengine-scope

Weekly Downloads

0

Version

0.0.11

License

MIT

Last publish

Collaborators

  • gsusgz