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: browser compatibility issues #319

Merged
merged 3 commits into from
Mar 25, 2019
Merged

fix: browser compatibility issues #319

merged 3 commits into from
Mar 25, 2019

Conversation

iMyth
Copy link
Contributor

@iMyth iMyth commented Mar 21, 2019

No description provided.

@iMyth
Copy link
Contributor Author

iMyth commented Mar 21, 2019

#318

src/component.ts Outdated
'prototype': true,
'arguments': true,
'callee': true,
'caller': true
Copy link
Member

Choose a reason for hiding this comment

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

Can we remove the quotes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, quotes are removed, thank you for your kind advice!

src/component.ts Outdated
@@ -117,7 +124,7 @@ function forwardStaticMembers (
// We have to use getOwnPropertyNames since Babel registers methods as non-enumerable
Object.getOwnPropertyNames(Original).forEach(key => {
// `prototype` should not be overwritten
Copy link
Member

Choose a reason for hiding this comment

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

Let's update this comment 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, thank you 🙂

Copy link
Member

@ktsn ktsn left a comment

Choose a reason for hiding this comment

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

Thanks!

@ktsn ktsn merged commit d024dcc into vuejs:master Mar 25, 2019
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.

3 participants