Skip to content

Commit

Permalink
Fixed count for escaped characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Siorki committed Jan 31, 2017
1 parent 0e38cc7 commit 0afdab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shapeShifter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1640,6 +1640,7 @@ ShapeShifter.prototype = {
var inString = false;
var currentString = false;
var input = inputData.contents;
var escaped = false;

for (var i=0; i<input.length; ++i) {
var currentChar = input.charCodeAt(i);
Expand Down

0 comments on commit 0afdab8

Please sign in to comment.