Skip to content

Commit

Permalink
Update 23.flux-pattern.md
Browse files Browse the repository at this point in the history
remove unreachable code
  • Loading branch information
swimyoung authored Aug 8, 2019
1 parent 84f346c commit d2d06a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion patterns/23.flux-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ var Dispatcher = function () {
this._stores.push({store: store, change: change});
return subscribe;
}
return false;
},
dispatch: function (action) {
if (this._stores.length > 0) {
Expand Down

0 comments on commit d2d06a1

Please sign in to comment.