From f3aff37255456f0aba98999560b5395f048f29b0 Mon Sep 17 00:00:00 2001 From: ZaL Date: Fri, 5 Feb 2016 16:21:19 +0300 Subject: [PATCH] remove duplicate lines --- ExRouter.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ExRouter.js b/ExRouter.js index d066158e0..6ec8f978e 100644 --- a/ExRouter.js +++ b/ExRouter.js @@ -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);