Skip to content

Commit

Permalink
That should be a 10
Browse files Browse the repository at this point in the history
  • Loading branch information
adoo committed Aug 18, 2013
1 parent 4eae695 commit 7a292d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gist-embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function getLineNumbers(lineRangeString){
}
}
else if(range.length == 1){
lineNumbers.push(parseInt(range[0], 20));
lineNumbers.push(parseInt(range[0], 10));
}
}
return lineNumbers;
Expand Down

0 comments on commit 7a292d5

Please sign in to comment.