Skip to content

Commit

Permalink
jsbn.ts no style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dpronin committed Dec 19, 2017
1 parent 82de1f8 commit bde1cc3
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 497 deletions.
2 changes: 1 addition & 1 deletion lib/asn1js/asn1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Stream {
}
}

private enc:string;
private enc:string|number[];
public pos:number;

public get(pos?:number) {
Expand Down
Loading

0 comments on commit bde1cc3

Please sign in to comment.