Skip to content

Commit

Permalink
Merge branch 'elaatifi-patch-1' into all-event
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Oct 23, 2015
2 parents 20999e8 + 339611c commit 88fe3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Freezer objects emit `update` events whenever their data changes. It is also pos
#### getListener()
Returns a listener that emits an `update` event when the node is updated. The listener implements the [listener API](#listener-api).
```js
var freezer = new Cursor({ arr: [2] }),
var freezer = new Freezer({ arr: [2] }),
state = freezer.get(),
listener = state.arr.getListener()
;
Expand Down

0 comments on commit 88fe3da

Please sign in to comment.