From: Eduardo San Martin Morote Date: Tue, 4 Jun 2019 16:32:20 +0000 (+0200) Subject: fix: remove duplicate fn from rebase X-Git-Tag: v4.0.0-alpha.0~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0346efa770464dd7b2a111ef10fd9b4f93e7386d;p=thirdparty%2Fvuejs%2Frouter.git fix: remove duplicate fn from rebase --- diff --git a/src/history/abstract.ts b/src/history/abstract.ts index 7b8098d7..483b82b1 100644 --- a/src/history/abstract.ts +++ b/src/history/abstract.ts @@ -49,6 +49,4 @@ export class AbstractHistory extends BaseHistory { for (const teardown of this.teardowns) teardown() this.teardowns = [] } - - back() {} }