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 18, 2012
1 parent 5fb9b0d commit 35c5eb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 94 deletions.
6 changes: 4 additions & 2 deletions ReadMe.md
Expand Up @@ -4,7 +4,9 @@

The concept of cells is largely inspired by the work introduced by Google in its GWT framework [http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/cell/client/Cell.html]

#### Basic Cell
Below are the basic forms of a `container` and a `cell` that can be used as skeleton structures when using `cell.js`

#### Cell Base

```javascript
/************************************/
Expand Down Expand Up @@ -47,7 +49,7 @@ var basic_c = function(spec, my) {
};
```

#### Basic Container
#### Container Base

```javascript
/************************************/
Expand Down
42 changes: 0 additions & 42 deletions basic/basic_cell.js

This file was deleted.

50 changes: 0 additions & 50 deletions basic/basic_container.js

This file was deleted.

0 comments on commit 35c5eb9

Please sign in to comment.