Skip to content

Commit

Permalink
Fixed wrong line being commented out, aka added support for i8+
Browse files Browse the repository at this point in the history
  • Loading branch information
MTJailed authored Jun 24, 2018
1 parent 92f3d1a commit 3eb0ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/offsets.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ var Offsets = function Offsets(sw_vers, productname) {
};

offsets["iPhone 8"][11.3] = offsets["iPhone 8"][11.31];
//offsets["iPhone 8+"][11.3] = offsets["iPhone 8"][11.31];
offsets["iPhone X"][11.3] = offsets["iPhone 8"][11.31];
offsets["iPhone 8+"][11.3] = offsets["iPhone 8"][11.31];
//offsets["iPhone X"][11.3] = offsets["iPhone 8"][11.31];
offsets["iPhone 8+"][11.31] = offsets["iPhone 8"][11.31];
//offsets["iPhone X"][11.31] = offsets["iPhone 8"][11.31];

Expand Down

0 comments on commit 3eb0ebc

Please sign in to comment.