Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Apr 17, 2012
1 parent eda9f68 commit b5322b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
@@ -1,4 +1,4 @@
### More stuff is not always the Right Stuff
### Simple Hierarchical Rendering Web Framework

`cell.js` provides a light web framework to help keep javascript UI code structured and modular. The framework has a few basic functions to provide functional inheritance (as defined in the Crockford) [base.js] and a base `emitter` class [events.js] to add to objects the ability to bind and emit events. The framework is based on a very simple class called `cell` which helps developpers structure their UI in a hierarchical manner that helps modularity and reusability.

Expand Down

0 comments on commit b5322b0

Please sign in to comment.