Skip to content

Commit

Permalink
depreciating inline action creators
Browse files Browse the repository at this point in the history
  • Loading branch information
tur-nr committed Oct 17, 2016
1 parent adde6da commit 868d359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ Polymer({

~~`dispatch()` also takes a function that returns an action object. This function must have a length of zero, otherwise it will pass the function to Redux as middleware function. Or you may use the standard Redux way of dispatching.~~

**DEPRECIATED** _The following example of dispatching actions will be removed in the next major release._

```javascript
Polymer({
handleClick: function() {
Expand Down

0 comments on commit 868d359

Please sign in to comment.