Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Update docs for Support.Observer
Browse files Browse the repository at this point in the history
  • Loading branch information
cwallen authored and christoomey committed Apr 27, 2013
1 parent 0e77bde commit a5f6c26
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -122,13 +122,15 @@ This should be _above_ any usage of SwappingController or SwappingRouter, but
below the inclusion of Backbone.js, Underscore, and jQuery.

If you do not wish to include all of backbone-support, you can include
individual pieces. First, require the main support file:
individual pieces. Require the support file(s) and the individual assets you wish to use:

//= require backbone-support/support
//= require backbone-support/swapping_router

Then require the individual assets you wish to use:
or:

//= require backbone-support/swapping_router
//= require backbone-support/support
//= require backbone-support/observer
//= require backbone-support/composite_view

### With Jammit
Expand Down

0 comments on commit a5f6c26

Please sign in to comment.