This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Demos/ | Tue Oct 21 13:10:07 -0700 2008 | |
| |
Docs/ | Tue Oct 21 09:14:19 -0700 2008 | |
| |
LICENSE | Tue Oct 21 07:32:23 -0700 2008 | |
| |
README.md | Tue Oct 21 09:36:24 -0700 2008 | |
| |
Source/ | Thu Dec 03 08:55:24 -0800 2009 | |
| |
Specs/ | Tue Oct 21 12:07:55 -0700 2008 | |
| |
scripts.json | Tue Oct 21 09:14:19 -0700 2008 |
README.md
HashClass
HashClass is a strict version of the Hash, implemented as a Class. So you can subclass it and Extend it. NOTE: Only supports accessing or setting data with methods. You can't use normal JS Object property access.
ObservableData
ObservableData is just a bunch of methods that you can implement on your own classes that provide a standard interface to Observable classes.
ObservableHash
ObservableHash, extends HashClass, implementing the ObservableData interface.
This allows you to addEvents to the ObservableHash instance to observe when events fire for set() and get()







