Skip to content

Conversation

@sanjeevghimire
Copy link
Contributor

  • Added option to choose between WML API versus DB2 API

this.addressModel = new AddressInfo('', ' ', '', '', '', '');

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you want this space?

this.validate_inputs = true;
if(this.model.bldgType.search('Select') != -1){ this.errBldgType= true; this.validate_inputs=false; }
else{ this.errBldgType= false; }
else{ this.errBldgType= false; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing white space

export class HouseInfo {
constructor(
public lotArea:string,
public lotArea: string,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra space here

@scottdangelo scottdangelo merged commit cf28118 into master Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants