Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
scttnlsn committed Oct 27, 2012
1 parent 4f535f9 commit e16ff2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -81,9 +81,9 @@ Set the views that the selector will manage. This replaces all existing views w
viewSelector.setViews([foo, bar, baz]);
```

### `selectView(index)`
### `selectView(index, [transition])`

Select the view at the given index and render it in the view port. Throws an error if the index is out of bounds.
Select the view at the given index and render it in the view port. Optionally specify a transition. Throws an error if the index is out of bounds.

## Backbone.ViewKit.ViewStack

Expand Down

0 comments on commit e16ff2c

Please sign in to comment.