Skip to content

Deleting a useless "//" in directives comments #1322

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

Closed
wants to merge 1 commit into from
Closed

Deleting a useless "//" in directives comments #1322

wants to merge 1 commit into from

Conversation

mehanalavimajd
Copy link

Description of Problem

Proposed Solution

Additional Information

Copy link
Contributor

@skirtles-code skirtles-code left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! My feedback below.

@@ -96,7 +96,7 @@ app.directive('my-directive', {
mounted() {},
// called before the containing component's VNode is updated
beforeUpdate() {},
// called after the containing component's VNode and the VNodes of its children // have updated
// called after the containing component's VNode and the VNodes of its children have updated
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// called after the containing component's VNode and the VNodes of its children have updated
// called after the containing component's VNode and the VNodes of its
// children have updated

I think this may have been mucked up by an auto-formatter. I believe that comment is supposed to be split over two lines so that it doesn't trigger a horizontal scrollbar.

@mehanalavimajd
Copy link
Author

I accidentally delete my branch I will create a new pr with changes that you want

@mehanalavimajd
Copy link
Author

Please merge #1327

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