0.0.5 • Published 11 years ago

anore v0.0.5

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

Anore

Models.

Why not backbone?

Nesting models in models and observation of Primitives.

Primitives?

Backbone only allows you to manage properties of objects.

Primitives represent a single primitive value.

var str = new Anore.Primitive("hi, friend")
str.on("change", function() { console.log('change') })
str.set("HA HA")

I tried to use backbone's stuff to do that, but it was really difficult and I had to do up wrapper models for primitive values anyway.

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago