Skip to content

Commit

Permalink
[fixed] Removed getter for IE8 compat
Browse files Browse the repository at this point in the history
Fixes #2128
  • Loading branch information
mjackson committed Oct 6, 2015
1 parent 8c2e93f commit b237238
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/locations/TestLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ class TestLocation {
constructor(history) {
this.history = history || [];
this.listeners = [];
this.needsDOM = false;
this._updateHistoryLength();
}

get needsDOM() {
return false;
}

_updateHistoryLength() {
History.length = this.history.length;
}
Expand Down

0 comments on commit b237238

Please sign in to comment.