Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): fix build errors #1472

Merged
merged 1 commit into from
May 5, 2017
Merged

fix(build): fix build errors #1472

merged 1 commit into from
May 5, 2017

Conversation

danielsogl
Copy link
Owner

No description provided.

@@ -79,7 +79,7 @@ export class Contact implements IContactProperties {

@InstanceCheck()
clone(): Contact {
let newContact = new Contact();
let newContact: any = new Contact();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would it work if we set the type to Contact?

Copy link
Owner Author

Choose a reason for hiding this comment

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

I tried it but it didn't work

Copy link
Owner Author

Choose a reason for hiding this comment

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

I also had some problems with the file plugin

@ihadeed ihadeed merged commit 8a445e9 into danielsogl:master May 5, 2017
@danielsogl danielsogl changed the title fix(build): fixe build errors fix(build): fix build errors May 5, 2017
@danielsogl danielsogl deleted the patch-17 branch June 1, 2017 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants