Skip to content

Conversation

@kbukum
Copy link

@kbukum kbukum commented May 6, 2018

  • fixed undefined problem when used value with isImportant option in variables.

Copy link
Owner

@MadLittleMods MadLittleMods left a comment

Choose a reason for hiding this comment

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

Add a test

// or we found the node
var currentNode = node;
while(currentNode.parent && !matchingNode) {
while(currentNode && currentNode.parent && !matchingNode) {
Copy link
Owner

@MadLittleMods MadLittleMods May 14, 2018

Choose a reason for hiding this comment

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

Let's add a test for this case so we don't regress in the future (see tests/)

@MadLittleMods
Copy link
Owner

Sorry for the delay @kbukum. Thanks for the contribution ❤️

@MadLittleMods
Copy link
Owner

MadLittleMods commented Sep 26, 2018

Closing as this has sat stale for a couple months. Feel free to revive and re-open

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