Skip to content

Commit

Permalink
note about this chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Jul 7, 2014
1 parent f931489 commit 9f97c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ MIT
- **Breaking Change**: Classes are now treated separately from other attribute bindings. Use the new `classes` hash to bind element classes to your attributes.
- `defaultOption` can be defined as a function.
- Passing a Backbone Collection to `selectOptions` will keep the select dropdown in sync with add, remove, and sort events on the collection.
- `view#stickit` returns `this` for easier chaining.
#### 0.8.0
- **Breaking Change**: Calling `view#stickit` a second time with the same model, will no longer unbind all previously bound bindings associated with that model; instead, it will unbind any duplicate bindings (selectors) found in the given bindings hash (or whatever's in `view.bindings`) before initializing.
Expand Down

0 comments on commit 9f97c21

Please sign in to comment.