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

Few more examples for #1 #3

Closed
wants to merge 2 commits into from
Closed

Few more examples for #1 #3

wants to merge 2 commits into from

Conversation

hemanth
Copy link
Contributor

@hemanth hemanth commented Nov 29, 2013

@mathiasbynens tried my best, but could not beat your map tpyo 😄

@@ -49,6 +53,8 @@ object.awsum;
var math = tpyo(Math);
math.PIE;
// → `3.141592653589793`
mat.squrt(4);
Copy link
Owner

Choose a reason for hiding this comment

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

math

Copy link
Contributor Author

Choose a reason for hiding this comment

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

LOL another typo 💨

@mathiasbynens
Copy link
Owner

Nice work! Left some quick comments — if you could amend the commit with those changes I’ll pull it in right away :) Thanks!

@@ -18,6 +18,9 @@ array.faReech(function(item) {
tmp.push('x' + item);
});
deepEquals(tmp, ['xa', 'xb', 'xc']);
equals(array.poop(),'c');
Copy link
Owner

Choose a reason for hiding this comment

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

space after comma

@hemanth
Copy link
Contributor Author

hemanth commented Nov 29, 2013

@mathiasbynens Done, hope it's fine now. Thank you! :)

@mathiasbynens
Copy link
Owner

Thank you!

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.

2 participants