updated typings, commented error provoking line

This commit is contained in:
Manuel Friedli 2016-09-15 22:06:01 +02:00
parent c3dfc5393a
commit a77509e678
4 changed files with 5 additions and 8 deletions

View file

@ -13,7 +13,7 @@ export class InputareaComponent {
public index:number = 0;
public conversions:ConversionType[] = [ConversionType.ENCODE_BASE64, ConversionType.DECODE_BASE64];
private conversion:ConversionInput;
private ConversionType:ConversionType = ConversionType;
// private ConversionType:ConversionType = ConversionType;
constructor() {
console.log("Aloha, " + this.index);