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

Highlight more #3451

Merged
merged 3 commits into from
Nov 21, 2017
Merged

Highlight more #3451

merged 3 commits into from
Nov 21, 2017

Conversation

nightwing
Copy link
Member

also fixes #3439 #3202

Copy link
Contributor

@lennartcl lennartcl left a comment

Choose a reason for hiding this comment

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

I can only provide a high-level review here, but LHTM. Minor comment.

return parent.appendChild(document.createTextNode(str))
}
function clearEl(el, l) {
while (l --> 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

Very cute but are you sure we should use that trick? Sometimes smart code like this triggers questions or causes people to make the wrong assumptions.

Copy link
Member Author

Choose a reason for hiding this comment

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

Well this is in experiments, so using the trick is not very harmful, but i'll remove this later, when i add one more drawing method to this.

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.

lib/useragent.js - window.controllers/Controllers is deprecated. Do not use it for UA detection.
2 participants