Skip to content

Commit

Permalink
docs: Fix typo (remove colon)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhwohlgemuth authored and paulfalgout committed Sep 14, 2019
1 parent 5090557 commit c50ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/events.entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { View } from 'backbone.marionette';

const MyView = View.extend({
modelEvents: {
'change:attribute': () {
'change:attribute'() {
console.log('attribute was changed');
}
}
Expand Down

0 comments on commit c50ed64

Please sign in to comment.