Skip to content

Commit

Permalink
format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Sep 14, 2012
1 parent 0b42b54 commit be17783
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -13,7 +13,6 @@ Fire a function when the DOM is ready:

```js
oi.domReady(function (oi) {
// This function fires when the DOM is ready.
// `this === document` in here
});
```
Expand All @@ -38,7 +37,6 @@ The default behavior of the `oi.bridge()` makes it so that the `receiver` become

```js
receiver.domReady(function (receiver) {
// This function fires when the DOM is ready.
// `this === document` in here
});
```
Expand All @@ -47,7 +45,6 @@ jQuery-compatible receivers also get `.fn.ready`:

```js
receiver(document).ready(function (receiver) {
// This function fires when the DOM is ready.
// `this === document` in here
});
```
Expand Down

0 comments on commit be17783

Please sign in to comment.