Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Nov 28, 2012
1 parent 138e907 commit 8b14ed4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -32,6 +32,16 @@ If you want to change it use `$.setReadyEvent` function:
$.setReadyEvent('page:change');
```

## `$.setFetchEvent`

By default right after trigger `page:fetch` `$.isReady` is set to false. And after `page:load` is set to true.

If you want to change default behaviour you can use `$.setFetchEvent`:

``` js
$.setReadyEvent('custom_loading_event');
```

# Changelog

This project uses [Semantic Versioning](http://semver.org/) for release numbering.
Expand Down

0 comments on commit 8b14ed4

Please sign in to comment.