Skip to content

Commit

Permalink
fixes #62 polymer linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tur-nr committed Mar 19, 2017
1 parent f6ec974 commit a52eb3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polymer-redux.js
Expand Up @@ -275,10 +275,10 @@
}

/**
* Creates PolymerRedux behaviors from a given Redux store.
* Creates a ReduxBehavior behavior from a given Redux store.
*
* @param {Object} store Redux store.
* @return {PolymerRedux}
* @return {ReduxBehavior}
*/
return function(store) {
var PolymerRedux;
Expand All @@ -293,7 +293,7 @@
*
* Full documentation available, https://github.com/tur-nr/polymer-redux.
*
* @polymerBehavior PolymerRedux
* @polymerBehavior ReduxBehavior
* @demo demo/index.html
*/
return PolymerRedux = {
Expand Down

0 comments on commit a52eb3f

Please sign in to comment.