Skip to content

Commit

Permalink
Merge pull request #179 from iZaL/master
Browse files Browse the repository at this point in the history
remove duplicate lines
  • Loading branch information
Pavlo Aksonov committed Feb 5, 2016
2 parents c0cf2a1 + f3aff37 commit 989c65b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ExRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ export default class ExRouter extends React.Component {
super(props);
this.onPop = this.onPop.bind(this);
this.onPush = this.onPush.bind(this);
this.onPop = this.onPop.bind(this);
this.onPush = this.onPush.bind(this);
this.onReset = this.onReset.bind(this);
this.onReplace = this.onReplace.bind(this);
this.onJump = this.onJump.bind(this);
Expand Down

0 comments on commit 989c65b

Please sign in to comment.