Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Fix accidental global variable #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timoxley
Copy link

No description provided.

@@ -29,7 +29,7 @@ var dynamic = {
}
// note: the act of loading kicks the parser, so we use parseDynamic's
// 2nd argument to control if this added node needs to kick the parser.
loading = this.shouldLoadNode(n);
var loading = this.shouldLoadNode(n);
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch, but would you please add this to line 24 instead?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants