0.3.0 • Published 9 years ago

subindable v0.3.0

Weekly downloads
11
License
BSD-2-Clause
Repository
github
Last release
9 years ago

Subindable.js allows you to inherit properties from a parent bindable.Object. It's used in Mojo.js. Alt ci

var subindable = require("subindable");

var p = new subindable.Object({ name: "craig" }),
c     = new subindable.Object({}, p); // second param = parent


console.log(c.get("name")); // craig
p.set("name", "jake"));
console.log(c.get("name")); // jake
0.3.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago