Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed Apr 24, 2015
1 parent 5928ec6 commit b66ecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Expand Up @@ -55,7 +55,7 @@ As always come and join us in [chat](https://gitter.im/marionettejs/backbone.mar
* Views
* The `destroy` method now returns this instance that was destroyed to enable easier chaining of view actions.
* If you define the options hash on your `Marionette.View` or if you pass options as a function to your `Marionette.View`, pass the result of options down to the backbone view constructor.
* All views now have a `isRendered` property, that is updated after `render` and `destroy`.
* All views now have an `isRendered` property, that is updated after `render` and `destroy`.

* Object
* The `destroy` method now returns this instance that was destroyed to enable easier chaining of object actions.
Expand Down

0 comments on commit b66ecc3

Please sign in to comment.