Skip to content

Light refactor and remove calls to ReactDOM #12

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

Merged
merged 4 commits into from
Dec 2, 2015
Merged

Conversation

nhunzaker
Copy link
Contributor

No description provided.

@@ -23,25 +23,21 @@
"babel": "~5",
"babel-core": "~5",
"babel-loader": "~5",
"babel-runtime": "~5",
"coveralls": "~2",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I still have not figured out automated code coverage on Circle. Something todo...

@mzlock
Copy link

mzlock commented Dec 2, 2015

Looks good, from what I understand. 👍

@@ -26,11 +25,11 @@ let FocalPoint = React.createClass({
},

contains(element) {
return DOM.findDOMNode(this).contains(element)
return this.refs.root.contains(element)

Choose a reason for hiding this comment

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

ah this is what you were talking about earlier

@benjtinsley
Copy link

👍

@nhunzaker nhunzaker merged commit b731bfb into master Dec 2, 2015
@nhunzaker nhunzaker deleted the light-refactor branch December 15, 2015 23:31
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