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

Shift many references in annotations code of this to m_this. #763

Merged
merged 2 commits into from
Feb 7, 2018

Conversation

manthey
Copy link
Contributor

@manthey manthey commented Jan 22, 2018

This removes the burden on binding events to the class instance.

This removes the burden on binding events to the class instance.
@manthey manthey mentioned this pull request Jan 25, 2018
@@ -665,7 +669,7 @@ var rectangleAnnotation = function (args) {
selectionRectangle: true
}];
default:
return [];
return s_actions.apply(this, arguments);
Copy link
Member

Choose a reason for hiding this comment

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

just checking.. should it be this or m_this?

Copy link
Member

@aashish24 aashish24 left a comment

Choose a reason for hiding this comment

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

thanks @manthey

@manthey manthey merged commit 5fd7d3e into center-of-polygon Feb 7, 2018
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