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

Fixing Typing Errors #20

Merged
merged 3 commits into from
May 20, 2017
Merged

Conversation

amragaey
Copy link
Contributor

Referring to #19
This is the proposed solution.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.402% when pulling 4a0f84e on amragaey:master into 6a200c1 on ErikSchierboom:master.

Copy link
Owner

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

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

First of all, thanks for reporting the issue and even submitting a PR to fix it! I have one request: instead of commenting the unnecessary lines, could you remove them?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.402% when pulling 4dbd19d on amragaey:master into 6a200c1 on ErikSchierboom:master.

@amragaey
Copy link
Contributor Author

I removed the unnecessary lines, hope you could merge now peacefully.

Thanks!

@@ -35,7 +29,7 @@ interface KnockoutObservableArrayFunctions<T> {
sort(compareFunction: (left: T, right: T) => number): void;

// Ko specific
[key: string]: KnockoutBindingHandler;
// [key: string]: KnockoutBindingHandler;
Copy link
Owner

Choose a reason for hiding this comment

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

Could you perhaps also remove this comment?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.402% when pulling f94d478 on amragaey:master into 6a200c1 on ErikSchierboom:master.

@amragaey
Copy link
Contributor Author

Thanks for your attention, check now!

Copy link
Owner

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

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

Great work! Thanks. 🎉

@ErikSchierboom ErikSchierboom merged commit 48ad114 into ErikSchierboom:master May 20, 2017
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

3 participants